Searched refs:ELFSectionRef (Results 1 – 10 of 10) sorted by relevance
20 class ELFSectionRef; variable30 uint64_t getELFSectionLMA(const object::ELFSectionRef &Sec);
145 const object::ELFSectionRef &Sec) { in getSectionLMA()161 uint64_t objdump::getELFSectionLMA(const object::ELFSectionRef &Sec) { in getELFSectionLMA()
1004 return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC; in shouldAdjustVA()2162 if (Obj->isELF() && (ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC)) in printRelocations()2209 if (!Elf || !any_of(Elf->sections(), [](const ELFSectionRef Sec) { in printDynamicRelocations()2771 if (ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC) { in checkForInvalidStartStopAddress()
53 friend class ELFSectionRef; variable114 class ELFSectionRef : public SectionRef {116 ELFSectionRef(const SectionRef &B) : SectionRef(B) { in ELFSectionRef() function143 const ELFSectionRef *operator->() const {144 return static_cast<const ELFSectionRef *>(section_iterator::operator->());147 const ELFSectionRef &operator*() const {148 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()
180 switch (static_cast<ELFSectionRef>(Section).getType()) { in considerForSize()187 return static_cast<ELFSectionRef>(Section).getFlags() & ELF::SHF_ALLOC; in considerForSize()
458 if (!(object::ELFSectionRef(Section).getFlags() & ELF::SHF_EXECINSTR)) in parseCodeSections()
289 !(static_cast<ELFSectionRef>(Sec).getFlags() & ELF::SHF_COMPRESSED)) in handleCompressedSection()