Home
last modified time | relevance | path

Searched refs:getELFSectionLMA (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DELFDump.h30 uint64_t getELFSectionLMA(const object::ELFSectionRef &Sec);
H A DELFDump.cpp161 uint64_t objdump::getELFSectionLMA(const object::ELFSectionRef &Sec) { in getELFSectionLMA() function in objdump
H A Dllvm-objdump.cpp2013 if (S.getAddress() != getELFSectionLMA(S)) in shouldDisplayLMA()
2065 << format_hex_no_prefix(getELFSectionLMA(Section), AddressWidth) in printSectionHeaders()