Home
last modified time | relevance | path

Searched refs:OutputOff (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DMapFile.cpp120 Last.OutputOff + Last.Size == P.OutputOff) { in printEhFrame()
137 writeHeader(OS, OSec->Addr + P.OutputOff, OSec->getLMA() + P.OutputOff, in printEhFrame()
H A DInputSection.h226 : InputOff(Off), Hash(Hash), OutputOff(0), in SectionPiece()
231 int64_t OutputOff : 63; member
290 ssize_t OutputOff = -1; member
H A DSyntheticSections.cpp481 Rec->Cie->OutputOff = Off; in finalizeContents()
485 Fde->OutputOff = Off; in finalizeContents()
510 uint64_t Pc = getFdePc(Buf, Fde->OutputOff, Enc); in getFdeData()
511 uint64_t FdeVA = getParent()->Addr + Fde->OutputOff; in getFdeData()
571 size_t CieOffset = Rec->Cie->OutputOff; in writeTo()
575 size_t Off = Fde->OutputOff; in writeTo()
2903 Sec->Pieces[I].OutputOff = Builder.getOffset(Sec->getData(I)); in finalizeContents()
2937 Sec->Pieces[I].OutputOff = Shards[ShardId].add(Sec->getData(I)); in finalizeContents()
2958 Sec->Pieces[I].OutputOff += in finalizeContents()
H A DRelocations.cpp734 if (Pieces[I].OutputOff == -1) in get()
736 return Pieces[I].OutputOff + Off - Pieces[I].InputOff; in get()
H A DInputSection.cpp1238 return Piece.OutputOff + Addend; in getParentOffset()