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()
25 class ELFSectionRef; variable
829 return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC; in shouldAdjustVA()2189 if (ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC) { in checkForInvalidStartStopAddress()
51 friend class ELFSectionRef; variable101 class ELFSectionRef : public SectionRef {103 ELFSectionRef(const SectionRef &B) : SectionRef(B) { in ELFSectionRef() function130 const ELFSectionRef *operator->() const {131 return static_cast<const ELFSectionRef *>(section_iterator::operator->());134 const ELFSectionRef &operator*() const {135 return static_cast<const ELFSectionRef &>(section_iterator::operator*());
57 const object::ELFSectionRef &Sec, in getELFImageLMAForSec()73 static uint64_t getELFImageLMAForSec(const object::ELFSectionRef &Sec) { in getELFImageLMAForSec()
471 return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC; in isRequiredForExecution()494 return !(ELFSectionRef(Section).getFlags() & in isReadOnlyData()512 return ELFSectionRef(Section).getType() == ELF::SHT_NOBITS; in isZeroInit()
81 object::ELFSectionRef ElfSection(Section); in fillSectionInformation()
187 switch (static_cast<ELFSectionRef>(Section).getType()) { in considerForSize()194 return static_cast<ELFSectionRef>(Section).getFlags() & ELF::SHF_ALLOC; in considerForSize()
454 if (!(object::ELFSectionRef(Section).getFlags() & ELF::SHF_EXECINSTR)) in parseCodeSections()