Home
last modified time | relevance | path

Searched refs:inputOff (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DInputSection.h260 : inputOff(off), live(live || !config->gcSections), hash(hash >> 1) {} in SectionPiece()
262 uint32_t inputOff; member
294 size_t begin = pieces[i].inputOff; in getData()
296 (pieces.size() - 1 == i) ? data().size() : pieces[i + 1].inputOff; in getData()
316 : inputOff(off), sec(sec), size(size), firstRelocation(firstRelocation) {} in EhSectionPiece()
319 return {sec->data().data() + this->inputOff, size}; in data()
322 size_t inputOff; member
H A DMapFile.cpp116 if (last.sec == p.sec && last.inputOff + last.size == p.inputOff && in printEhFrame()
138 << Twine::utohexstr(p.inputOff) + ")\n"; in printEhFrame()
H A DMarkLive.cpp160 uint64_t pieceEnd = piece.inputOff + piece.size; in scanEhFrameSection()
H A DRelocations.cpp1037 while (i != pieces.size() && pieces[i].inputOff + pieces[i].size <= off) in get()
1043 assert(pieces[i].inputOff <= off && "Relocation not in any piece"); in get()
1048 return pieces[i].outputOff + off - pieces[i].inputOff; in get()
H A DInputSection.cpp1437 pieces, [=](SectionPiece p) { return p.inputOff <= offset; }); in getSectionPiece()
1448 uint64_t addend = offset - piece.inputOff; in getParentOffset()
H A DSyntheticSections.cpp411 size_t offset = piece.inputOff; in addRecords()
461 size_t offset = piece.inputOff; in iterateFDEWithLSDAAux()