Home
last modified time | relevance | path

Searched refs:X86_64GOTEntry (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86GOT.h47 class X86_64GOTEntry : public GOT::Entry<8>
50 X86_64GOTEntry(uint64_t pContent, SectionData* pParent) in X86_64GOTEntry() function
66 X86_64GOTEntry* create();
DX86GOT.cpp47 X86_64GOTEntry* X86_64GOT::create() in create()
49 return new X86_64GOTEntry(0, m_SectionData); in create()
DX86GOTPLT.cpp81 llvm::cast<X86_64GOTEntry> in applyGOT0()
94 llvm::cast<X86_64GOTEntry>(*it).setValue(plt_addr + 6); in applyAllGOTPLT()
DX86LDBackend.cpp715 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()
DX86Relocator.h186 typedef KeyEntryMap<ResolveInfo, X86_64GOTEntry> SymGOTMap;
187 typedef KeyEntryMap<ResolveInfo, X86_64GOTEntry> SymGOTPLTMap;
DX86PLT.cpp275 uint64_t GOTEntrySize = X86_64GOTEntry::EntrySize; in applyPLT1()
DX86Relocator.cpp1180 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()