Searched refs:getGotOffset (Results 1 – 5 of 5) sorted by relevance
160 return in.got->getVA() + getGotOffset(); in getGotVA()163 uint64_t Symbol::getGotOffset() const { in getGotOffset() function in Symbol
197 uint64_t getGotOffset() const;
267 uint64_t off = sym.getGotOffset(); in handleTlsRelocation()312 sym.getGotOffset(), sym); in handleTlsRelocation()1092 uint64_t off = sym.getGotOffset(); in addGotEntry()
710 return sym.getGotOffset() + a; in getRelocTargetVA()
2660 int64_t getGotOffset(const Entry * E) const;2884 int64_t MipsGOTParser<ELFT>::getGotOffset(const Entry *E) const { in getGotOffset() function in MipsGOTParser6036 OS << format_decimal(Parser.getGotOffset(E), 6) << "(gp)"; in printMipsGOT()6090 OS << to_string(format_decimal(Parser.getGotOffset(&E), 6)) + "(gp)"; in printMipsGOT()7066 W.printNumber("Access", Parser.getGotOffset(E)); in printMipsGOT()