Searched refs:getGotAddress (Results 1 – 1 of 1) sorted by relevance
2741 uint64_t getGotAddress(const Entry * E) const;2960 uint64_t MipsGOTParser<ELFT>::getGotAddress(const Entry *E) const { in getGotAddress() function in MipsGOTParser6263 OS << format_hex_no_prefix(Parser.getGotAddress(E), 8 + Bias); in printMipsGOT()6317 OS << to_string(format_hex_no_prefix(Parser.getGotAddress(&E), 8 + Bias)); in printMipsGOT()7342 W.printHex("Address", Parser.getGotAddress(E)); in printMipsGOT()