Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2643 uint64_t getGotAddress(const Entry * E) const;
2862 uint64_t MipsGOTParser<ELFT>::getGotAddress(const Entry *E) const { in getGotAddress() function in MipsGOTParser
5990 OS << format_hex_no_prefix(Parser.getGotAddress(E), 8 + Bias); in printMipsGOT()
6044 OS << to_string(format_hex_no_prefix(Parser.getGotAddress(&E), 8 + Bias)); in printMipsGOT()
6935 W.printHex("Address", Parser.getGotAddress(E)); in printMipsGOT()