Searched refs:getGotAddress (Results 1 – 1 of 1) sorted by relevance
2059 uint64_t getGotAddress(const Entry * E) const;2235 uint64_t MipsGOTParser<ELFT>::getGotAddress(const Entry *E) const { in getGotAddress() function in MipsGOTParser3981 OS << format_hex_no_prefix(Parser.getGotAddress(E), 8 + Bias); in printMipsGOT()4021 OS << to_string(format_hex_no_prefix(Parser.getGotAddress(&E), 8 + Bias)); in printMipsGOT()4048 OS << format_hex_no_prefix(Parser.getGotAddress(E), 8 + Bias); in printMipsPLT()4073 OS << to_string(format_hex_no_prefix(Parser.getGotAddress(&E), 8 + Bias)); in printMipsPLT()4667 W.printHex("Address", Parser.getGotAddress(E)); in printMipsGOT()