Searched refs:getGotOffset (Results 1 – 5 of 5) sorted by relevance
166 return in.got->getVA() + getGotOffset(); in getGotVA()169 uint64_t Symbol::getGotOffset() const { in getGotOffset() function in Symbol
926 uint64_t off = sym.getGotOffset(); in addGotEntry()945 uint64_t off = sym.getGotOffset(); in addTpOffsetGotEntry()1842 sym.getGotOffset(), sym); in postScanRelocations()1847 {R_ABS, target->tlsOffsetRel, sym.getGotOffset(), 0, &sym}); in postScanRelocations()
224 uint64_t getGotOffset() const;
762 return sym.getGotOffset() + a; in getRelocTargetVA()
2962 int64_t getGotOffset(const Entry * E) const;3186 int64_t MipsGOTParser<ELFT>::getGotOffset(const Entry *E) const { in getGotOffset() function in MipsGOTParser6842 OS << format_decimal(Parser.getGotOffset(E), 6) << "(gp)"; in printMipsGOT()6896 OS << to_string(format_decimal(Parser.getGotOffset(&E), 6)) + "(gp)"; in printMipsGOT()8154 W.printNumber("Access", Parser.getGotOffset(E)); in printMipsGOT()