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 { return gotIndex * config->wordsize; } in getGotOffset() function in Symbol
195 uint64_t getGotOffset() const;
263 uint64_t off = sym.getGotOffset(); in handleTlsRelocation()306 mainPart->relaDyn->addReloc(target->tlsGotRel, in.got, sym.getGotOffset(), in handleTlsRelocation()1077 uint64_t off = sym.getGotOffset(); in addGotEntry()
704 return sym.getGotOffset() + a; in getRelocTargetVA()
2959 int64_t getGotOffset(const Entry * E) const;3183 int64_t MipsGOTParser<ELFT>::getGotOffset(const Entry *E) const { in getGotOffset() function in MipsGOTParser6105 OS << format_decimal(Parser.getGotOffset(E), 6) << "(gp)"; in printMipsGOT()6156 OS << to_string(format_decimal(Parser.getGotOffset(&E), 6)) + "(gp)"; in printMipsGOT()6977 W.printNumber("Access", Parser.getGotOffset(E)); in printMipsGOT()