Searched refs:GOTEntry (Results 1 – 4 of 4) sorted by relevance
77 auto &GOTEntry = impl().createGOTEntry(Target); in getGOTEntry() local80 << GOTEntry << "\n"; in getGOTEntry()83 GOTEntries.insert(std::make_pair(Target.getName(), &GOTEntry)).first; in getGOTEntry()
66 void fixGOTEdge(Edge &E, Symbol &GOTEntry) { in fixGOTEdge() argument71 E.setTarget(GOTEntry); in fixGOTEdge()
155 uint64_t GOTEntry = readBytesUnaligned(LocalGOTAddr, getGOTEntrySize()); in evaluateMIPS64Relocation() local161 if (GOTEntry) in evaluateMIPS64Relocation()162 assert(GOTEntry == Value && in evaluateMIPS64Relocation()
140 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset()); in processGOTRelocation() local149 Addr = GOTEntry; in processGOTRelocation()