Searched refs:inputOff (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | InputSection.h | 260 : inputOff(off), live(live), hash(hash >> 1) {} in SectionPiece() 262 uint32_t inputOff; member 294 size_t begin = pieces[i].inputOff; in getData() 296 (pieces.size() - 1 == i) ? content().size() : pieces[i + 1].inputOff; in getData() 318 : inputOff(off), sec(sec), size(size), firstRelocation(firstRelocation) {} in EhSectionPiece() 321 return {sec->content().data() + this->inputOff, size}; in data() 324 size_t inputOff; member
|
| H A D | MapFile.cpp | 123 if (last.sec == p.sec && last.inputOff + last.size == p.inputOff && in printEhFrame() 145 << Twine::utohexstr(p.inputOff) + ")\n"; in printEhFrame()
|
| H A D | InputSection.cpp | 1211 fdes, [=](EhSectionPiece p) { return p.inputOff <= offset; }); in getParentOffset() 1212 if (it == fdes.begin() || it[-1].inputOff + it[-1].size <= offset) { in getParentOffset() 1214 cies, [=](EhSectionPiece p) { return p.inputOff <= offset; }); in getParentOffset() 1219 return offset - it[-1].inputOff; in getParentOffset() 1220 return it[-1].outputOff + (offset - it[-1].inputOff); in getParentOffset() 1299 pieces, [=](SectionPiece p) { return p.inputOff <= offset; })[-1]; in getSectionPiece() 1305 return piece.outputOff + (offset - piece.inputOff); in getParentOffset()
|
| H A D | MarkLive.cpp | 153 uint64_t pieceEnd = fde.inputOff + fde.size; in scanEhFrameSection()
|
| H A D | SyntheticSections.cpp | 410 offsetToCie[cie.inputOff] = addCie<ELFT>(cie, rels); in addRecords() 413 CieRecord *rec = offsetToCie[fde.inputOff + 4 - id]; in addRecords() 443 ciesWithLSDA.insert(cie.inputOff); in iterateFDEWithLSDAAux() 446 if (!ciesWithLSDA.contains(fde.inputOff + 4 - id)) in iterateFDEWithLSDAAux()
|
| /openbsd-src/gnu/llvm/lld/wasm/ |
| H A D | InputChunks.h | 158 : inputOff(off), live(live || !config->gcSections), hash(hash >> 1) {} in SectionPiece() 160 uint32_t inputOff; member 201 size_t begin = pieces[i].inputOff; in getData() 203 (pieces.size() - 1 == i) ? data().size() : pieces[i + 1].inputOff; in getData()
|
| H A D | InputChunks.cpp | 476 pieces, [=](SectionPiece p) { return p.inputOff <= offset; }); in getSectionPiece() 487 uint64_t addend = offset - piece->inputOff; in getParentOffset()
|