Searched refs:X86_64GOTEntry (Results 1 – 7 of 7) sorted by relevance
47 class X86_64GOTEntry : public GOT::Entry<8>50 X86_64GOTEntry(uint64_t pContent, SectionData* pParent) in X86_64GOTEntry() function66 X86_64GOTEntry* create();
47 X86_64GOTEntry* X86_64GOT::create() in create()49 return new X86_64GOTEntry(0, m_SectionData); in create()
81 llvm::cast<X86_64GOTEntry> in applyGOT0()94 llvm::cast<X86_64GOTEntry>(*it).setValue(plt_addr + 6); in applyAllGOTPLT()
715 X86_64GOTEntry* got = 0; in emitGOTSectionData()716 unsigned int EntrySize = X86_64GOTEntry::EntrySize; in emitGOTSectionData()721 got = &(llvm::cast<X86_64GOTEntry>((*it))); in emitGOTSectionData()739 X86_64GOTEntry* got = 0; in emitGOTPLTSectionData()740 unsigned int EntrySize = X86_64GOTEntry::EntrySize; in emitGOTPLTSectionData()745 got = &(llvm::cast<X86_64GOTEntry>((*it))); in emitGOTPLTSectionData()
186 typedef KeyEntryMap<ResolveInfo, X86_64GOTEntry> SymGOTMap;187 typedef KeyEntryMap<ResolveInfo, X86_64GOTEntry> SymGOTPLTMap;
275 uint64_t GOTEntrySize = X86_64GOTEntry::EntrySize; in applyPLT1()
1180 X86_64GOTEntry& helper_GOT_init(Relocation& pReloc, in helper_GOT_init()1189 X86_64GOTEntry* got_entry = ld_backend.getGOT().create(); in helper_GOT_init()1224 X86_64GOTEntry* got_entry = pParent.getSymGOTMap().lookUp(*pReloc.symInfo()); in helper_get_GOT_address()1252 X86_64GOTEntry* gotplt_entry = ld_backend.getGOTPLT().create(); in helper_PLT_init()1668 X86_64GOTEntry* got_entry = pParent.getSymGOTMap().lookUp(*pReloc.symInfo()); in gotpcrel()