Searched refs:getGotIdx (Results 1 – 3 of 3) sorted by relevance
214 uint32_t getGotIdx() const { return symAux[auxIdx].gotIdx; } in getGotIdx() function219 bool isInGot() const { return getGotIdx() != uint32_t(-1); } in isInGot()
170 return getGotIdx() * target->gotEntrySize; in getGotOffset()
2121 return l.sym->getGotIdx() < r.sym->getGotIdx(); in sortMipsSymbols()