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 shouldAdjustVA()2667 if (O.isELF() && (ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC)) in printRelocations()2692 if (O.isELF() && ELFSectionRef(Section).getType() == ELF::SHT_CREL) { in printRelocations()3239 if (ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC) { in checkForInvalidStartStopAddress()
59 friend class ELFSectionRef; variable130 class ELFSectionRef : public SectionRef {132 ELFSectionRef(const SectionRef &B) : SectionRef(B) { in ELFSectionRef() function159 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*());
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()
77 static_cast<ELFSectionRef>(Sec).getType() != ELF::SHT_LLVM_OFFLOADING) in extractFromObject()
82 object::ELFSectionRef ElfSection(Section); in fillSectionInformation()
172 switch (static_cast<ELFSectionRef>(Section).getType()) { in getRadixFmt() 179 return static_cast<ELFSectionRef>(Section).getFlags() & ELF::SHF_ALLOC; in considerForSize()
339 !(static_cast<ELFSectionRef>(Sec).getFlags() & ELF::SHF_COMPRESSED)) in handleCompressedSection()