Searched refs:ELFSectionRef (Results 1 – 8 of 8) sorted by relevance
20 class ELFSectionRef; variable30 uint64_t getELFSectionLMA(const object::ELFSectionRef &Sec);
25 class ELFSectionRef; variable
145 const object::ELFSectionRef &Sec) { in getSectionLMA()161 uint64_t objdump::getELFSectionLMA(const object::ELFSectionRef &Sec) { in getELFSectionLMA()
866 return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC; in shouldAdjustVA()2272 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*());
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()
177 switch (static_cast<ELFSectionRef>(Section).getType()) { in considerForSize()184 return static_cast<ELFSectionRef>(Section).getFlags() & ELF::SHF_ALLOC; in considerForSize()