Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDllvm-objdump.h109 uint64_t getELFSectionLMA(const object::ELFSectionRef& Sec);
HDELFDump.cpp150 uint64_t getELFSectionLMA(const object::ELFSectionRef &Sec) { in getELFSectionLMA() function
HDllvm-objdump.cpp1699 if (S.getAddress() != getELFSectionLMA(S)) in shouldDisplayLMA()
1749 << format_hex_no_prefix(getELFSectionLMA(Section), AddressWidth) in printSectionHeaders()