Searched refs:ELFSectionRef (Results 1 – 12 of 12) sorted by relevance
20 class ELFSectionRef; variable30 uint64_t getELFSectionLMA(const object::ELFSectionRef &Sec);
75 for (ELFSectionRef Sec : O.sections()) { in dumpOffloadBinary()
145 const object::ELFSectionRef &Sec) { in getSectionLMA()161 uint64_t objdump::getELFSectionLMA(const object::ELFSectionRef &Sec) { in getELFSectionLMA()
974 return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC; in shouldAdjustVA()1928 if (Obj->isELF() && (ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC)) in printRelocations()1975 if (!Elf || !any_of(Elf->sections(), [](const ELFSectionRef Sec) { in printDynamicRelocations()2537 if (ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC) { in checkForInvalidStartStopAddress()
110 ELFSectionRef(Section).getType() == ELF::SHT_NOBITS) in getContents()158 ELFType = ELFSectionRef(Section).getType(); in BinarySection()159 ELFFlags = ELFSectionRef(Section).getFlags(); in BinarySection()160 InputFileOffset = ELFSectionRef(Section).getOffset(); in BinarySection()
53 friend class ELFSectionRef; variable113 class ELFSectionRef : public SectionRef {115 ELFSectionRef(const SectionRef &B) : SectionRef(B) { in ELFSectionRef() function142 const ELFSectionRef *operator->() const {143 return static_cast<const ELFSectionRef *>(section_iterator::operator->());146 const ELFSectionRef &operator*() const {147 return static_cast<const ELFSectionRef &>(section_iterator::operator*());
473 return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC; in isRequiredForExecution()496 return !(ELFSectionRef(Section).getFlags() & in isReadOnlyData()514 return ELFSectionRef(Section).getType() == ELF::SHT_NOBITS; in isZeroInit()528 return ELFSectionRef(Section).getFlags() & ELF::SHF_TLS; in isTLS()
82 object::ELFSectionRef ElfSection(Section); in fillSectionInformation()
177 switch (static_cast<ELFSectionRef>(Section).getType()) { in considerForSize()184 return static_cast<ELFSectionRef>(Section).getFlags() & ELF::SHF_ALLOC; in considerForSize()
454 if (!(object::ELFSectionRef(Section).getFlags() & ELF::SHF_EXECINSTR)) in parseCodeSections()
281 !(static_cast<ELFSectionRef>(Sec).getFlags() & ELF::SHF_COMPRESSED)) in handleCompressedSection()
321 for (ELFSectionRef Sec : Obj.sections()) { in extractFromBinary()