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()
137 RelsOrRelas<ELFT> InputSectionBase::relsOrRelas(bool supportsCrel) const { in relsOrRelas()
150 InputSectionBase *const &relSec = f->getSections()[relSecIdx]; in relsOrRelas()
244 template <typename ELFT> void InputSectionBase::parseCompressedHeader() { in parseCompressedHeader()
274 InputSection *InputSectionBase::getLinkOrderDep() const { in getLinkOrderDep()
282 Defined *InputSectionBase::getEnclosingSymbol(uint64_t offset, in getEnclosingSymbol()
295 std::string InputSectionBase::getLocation(uint64_t offset) const { in getLocation()
316 std::string InputSectionBase::getSrcMsg(const Symbol &sym, in getSrcMsg()
330 std::string InputSectionBase::getObjMsg(uint64_t off) const { in getObjMsg()
348 PotentialSpillSection::PotentialSpillSection(const InputSectionBase &source, in PotentialSpillSection()
359 : InputSectionBase(f, flags, type, in InputSection()
368 : InputSectionBase(f, header, name, InputSectionBase::Regular) {} in InputSection()
383 ArrayRef<InputSectionBase *> sections = file->getSections(); in copyShtGroup()
392 InputSectionBase *InputSection::getRelocatedSection() const { in getRelocatedSection()
395 ArrayRef<InputSectionBase *> sections = file->getSections(); in getRelocatedSection()
405 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()
438 InputSectionBase *sec = getRelocatedSection(); in copyRelocations()
718 uint64_t InputSectionBase::getRelocTargetVA(const InputFile *file, RelType type, in getRelocTargetVA()
1099 void InputSectionBase::relocate(uint8_t *buf, uint8_t *bufEnd) { in relocate()
1165 void InputSectionBase::adjustSplitStackFunctionPrologues(uint8_t *buf, in adjustSplitStackFunctionPrologues()
1277 : InputSectionBase(f, header, name, InputSectionBase::EHFrame) {} in EhInputSection()
1402 : InputSectionBase(f, header, name, InputSectionBase::Merge) {} in MergeInputSection()
1407 : InputSectionBase(nullptr, flags, type, entsize, /*Link*/ 0, /*Info*/ 0, in MergeInputSection()
1453 InputSectionBase::relsOrRelas<ELF32LE>(bool) const;
1455 InputSectionBase::relsOrRelas<ELF32BE>(bool) const;
1457 InputSectionBase::relsOrRelas<ELF64LE>(bool) const;
1459 InputSectionBase::relsOrRelas<ELF64BE>(bool) const;