Lines Matching refs:InputSectionBase
40 std::string lld::toString(const InputSectionBase *sec) { in toString()
52 InputSectionBase::InputSectionBase(InputFile *file, uint64_t flags, in InputSectionBase() function in InputSectionBase
90 InputSectionBase::InputSectionBase(ObjFile<ELFT> &file, in InputSectionBase() function in InputSectionBase
93 : InputSectionBase(&file, getFlags(hdr.sh_flags), hdr.sh_type, in InputSectionBase()
104 size_t InputSectionBase::getSize() const { in getSize()
111 static void decompressAux(const InputSectionBase &sec, uint8_t *out, in decompressAux()
123 void InputSectionBase::decompress() const { in decompress()
136 template <class ELFT> RelsOrRelas<ELFT> InputSectionBase::relsOrRelas() const { in relsOrRelas()
208 template <typename ELFT> void InputSectionBase::parseCompressedHeader() { in parseCompressedHeader()
238 InputSection *InputSectionBase::getLinkOrderDep() const { in getLinkOrderDep()
246 Defined *InputSectionBase::getEnclosingSymbol(uint64_t offset, in getEnclosingSymbol()
259 std::string InputSectionBase::getLocation(uint64_t offset) const { in getLocation()
280 std::string InputSectionBase::getSrcMsg(const Symbol &sym, in getSrcMsg()
294 std::string InputSectionBase::getObjMsg(uint64_t off) const { in getObjMsg()
317 : InputSectionBase(f, flags, type, in InputSection()
324 : InputSectionBase(f, header, name, InputSectionBase::Regular) {} in InputSection()
339 ArrayRef<InputSectionBase *> sections = file->getSections(); in copyShtGroup()
348 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection()
351 ArrayRef<InputSectionBase *> sections = file->getSections(); in getRelocatedSection()
361 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()
394 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()
669 uint64_t InputSectionBase::getRelocTargetVA(const InputFile *file, RelType type, in getRelocTargetVA()
1046 void InputSectionBase::relocate(uint8_t *buf, uint8_t *bufEnd) { in relocate()
1116 void InputSectionBase::adjustSplitStackFunctionPrologues(uint8_t *buf, in adjustSplitStackFunctionPrologues()
1228 : InputSectionBase(f, header, name, InputSectionBase::EHFrame) {} in EhInputSection()
1353 : InputSectionBase(f, header, name, InputSectionBase::Merge) {} in MergeInputSection()
1358 : InputSectionBase(nullptr, flags, type, entsize, /*Link*/ 0, /*Info*/ 0, in MergeInputSection()
1403 template RelsOrRelas<ELF32LE> InputSectionBase::relsOrRelas<ELF32LE>() const;
1404 template RelsOrRelas<ELF32BE> InputSectionBase::relsOrRelas<ELF32BE>() const;
1405 template RelsOrRelas<ELF64LE> InputSectionBase::relsOrRelas<ELF64LE>() const;
1406 template RelsOrRelas<ELF64BE> InputSectionBase::relsOrRelas<ELF64BE>() const;