Searched refs:getELFSectionLMA (Results 1 – 3 of 3) sorted by relevance
30 uint64_t getELFSectionLMA(const object::ELFSectionRef &Sec);
198 uint64_t objdump::getELFSectionLMA(const object::ELFSectionRef &Sec) { in getELFSectionLMA() function in objdump
2726 if (S.getAddress() != getELFSectionLMA(S)) in shouldDisplayLMA()2778 << format_hex_no_prefix(getELFSectionLMA(Section), AddressWidth) in printSectionHeaders()