Searched refs:ELFSectionRef (Results 1 – 9 of 9) sorted by relevance
20 class ELFSectionRef; variable30 uint64_t getELFSectionLMA(const object::ELFSectionRef &Sec);
180 const object::ELFSectionRef &Sec) { in getSectionLMA() 198 uint64_t objdump::getELFSectionLMA(const object::ELFSectionRef &Sec) { in getELFSectionLMA() 330 if (!any_of(Obj.sections(), [](const ELFSectionRef Sec) { in printDynamicRelocations()
1322 return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC; in collectBBAddrMapLabels() 2667 if (O.isELF() && (ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC)) in printSectionContents() 2692 if (O.isELF() && ELFSectionRef(Section).getType() == ELF::SHT_CREL) { in printSymbolTable() 3239 if (ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC) { in dumpInput()
59 friend class ELFSectionRef;130 class ELFSectionRef : public SectionRef { in getObject() 132 ELFSectionRef(const SectionRef &B) : SectionRef(B) { in getObject() 159 const ELFSectionRef *operator->() const {160 return static_cast<const ELFSectionRef *>(section_iterator::operator->());163 const ELFSectionRef &operator*() const {164 return static_cast<const ELFSectionRef &>(section_iterator::operator*()); in ELFSymbolRef() 58 friend class ELFSectionRef; global() variable 126 ELFSectionRef(const SectionRef &B) : SectionRef(B) { ELFSectionRef() function
474 return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC; in isRequiredForExecution() 497 return !(ELFSectionRef(Section).getFlags() & in isReadOnlyData() 515 return ELFSectionRef(Section).getType() == ELF::SHT_NOBITS; in isZeroInit() 529 return ELFSectionRef(Section).getFlags() & ELF::SHF_TLS; in isTLS()
82 object::ELFSectionRef ElfSection(Section); in fillSectionInformation()
77 static_cast<ELFSectionRef>(Sec).getType() != ELF::SHT_LLVM_OFFLOADING) in extractFromObject()
172 switch (static_cast<ELFSectionRef>(Section).getType()) { in considerForSize()179 return static_cast<ELFSectionRef>(Section).getFlags() & ELF::SHF_ALLOC; in considerForSize()
339 !(static_cast<ELFSectionRef>(Sec).getFlags() & ELF::SHF_COMPRESSED)) in handleCompressedSection()