Searched refs:getGotOffset (Results 1 – 5 of 5) sorted by relevance
156 return ctx.in.got->getVA() + getGotOffset(ctx); in getGotVA()159 uint64_t Symbol::getGotOffset(Ctx &ctx) const { in getGotOffset() function in Symbol
896 uint64_t off = sym.getGotOffset(ctx); in addGotEntry()918 uint64_t off = sym.getGotOffset(ctx); in addGotAuthEntry()936 uint64_t off = sym.getGotOffset(ctx); in addTpOffsetGotEntry()1936 sym.getGotOffset(ctx), sym); in postScanRelocations()1941 {R_ABS, ctx.target->tlsOffsetRel, sym.getGotOffset(ctx), 0, &sym}); in postScanRelocations()
203 uint64_t getGotOffset(Ctx &) const;
817 return r.sym->getGotOffset(ctx) + a; in getRelocTargetVA()
3025 int64_t getGotOffset(const Entry * E) const;3249 int64_t MipsGOTParser<ELFT>::getGotOffset(const Entry *E) const { in getGotOffset() function in MipsGOTParser6954 OS << format_decimal(Parser.getGotOffset(E), 6) << "(gp)"; in printMipsGOT()7008 OS << to_string(format_decimal(Parser.getGotOffset(&E), 6)) + "(gp)"; in printMipsGOT()8273 W.printNumber("Access", Parser.getGotOffset(E)); in printMipsGOT()