Home
last modified time | relevance | path

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

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