Searched refs:getGotIdx (Results 1 – 3 of 3) sorted by relevance
191 uint32_t getGotIdx(Ctx &ctx) const { return ctx.symAux[auxIdx].gotIdx; } in getGotIdx() function198 bool isInGot(Ctx &ctx) const { return getGotIdx(ctx) != uint32_t(-1); } in isInGot()
160 return getGotIdx(ctx) * ctx.target->gotEntrySize; in getGotOffset()
2179 return l.sym->getGotIdx(ctx) < r.sym->getGotIdx(ctx); in sortMipsSymbols()