Searched refs:ELFSectionRef (Results 1 – 10 of 10) sorted by relevance
20 class ELFSectionRef; variable30 uint64_t getELFSectionLMA(const object::ELFSectionRef &Sec);
187 const object::ELFSectionRef &Sec) { in getSectionLMA()205 uint64_t objdump::getELFSectionLMA(const object::ELFSectionRef &Sec) { in getELFSectionLMA()346 if (!any_of(Obj.sections(), [](const ELFSectionRef Sec) { in printDynamicRelocations()
1393 return ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC; in shouldAdjustVA()2738 if (O.isELF() && (ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC)) in printRelocations()2763 if (O.isELF() && ELFSectionRef(Section).getType() == ELF::SHT_CREL) { in printRelocations()3310 if (ELFSectionRef(Section).getFlags() & ELF::SHF_ALLOC) { in checkForInvalidStartStopAddress()
62 friend class ELFSectionRef; variable133 class ELFSectionRef : public SectionRef {135 ELFSectionRef(const SectionRef &B) : SectionRef(B) { in ELFSectionRef() function162 const ELFSectionRef *operator->() const {163 return static_cast<const ELFSectionRef *>(section_iterator::operator->());166 const ELFSectionRef &operator*() const {167 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()
82 object::ELFSectionRef ElfSection(Section); in fillSectionInformation()
74 static_cast<ELFSectionRef>(Sec).getType() != ELF::SHT_LLVM_OFFLOADING) in extractFromObject()
169 SectionOffset = ELFSectionRef(Sec).getOffset(); in extractOffloadBundleFatBinary()
176 switch (static_cast<ELFSectionRef>(Section).getType()) { in considerForSize()183 return static_cast<ELFSectionRef>(Section).getFlags() & ELF::SHF_ALLOC; in considerForSize()
336 !(static_cast<ELFSectionRef>(Sec).getFlags() & ELF::SHF_COMPRESSED)) in handleCompressedSection()