Home
last modified time | relevance | path

Searched refs:X86Relocator (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp72 got_entry->setValue(X86Relocator::SymVal); in helper_GOT_init()
78 got_entry->setValue(X86Relocator::SymVal); in helper_GOT_init()
154 X86Relocator::X86Relocator(const LinkerConfig& pConfig) : Relocator(pConfig) { in X86Relocator() function in mcld::X86Relocator
157 X86Relocator::~X86Relocator() { in ~X86Relocator()
160 void X86Relocator::scanRelocation(Relocation& pReloc, in scanRelocation()
189 void X86Relocator::addCopyReloc(ResolveInfo& pSym, X86GNULDBackend& pTarget) { in addCopyReloc()
202 LDSymbol& X86Relocator::defineSymbolforCopyReloc(IRBuilder& pBuilder, in defineSymbolforCopyReloc()
275 : X86Relocator(pConfig), m_Target(pParent) { in X86_32Relocator()
867 *rsym, (rsym->reserved() & X86Relocator::ReservePLT), true); in abs()
879 if (rsym->reserved() & X86Relocator::ReservePLT) { in abs()
[all …]
DX86Relocator.h27 class X86Relocator : public Relocator {
64 explicit X86Relocator(const LinkerConfig& pConfig);
65 ~X86Relocator();
117 class X86_32Relocator : public X86Relocator {
184 class X86_64Relocator : public X86Relocator {
DX86RelocationFunctions.h13 static X86Relocator::Result Name(Relocation& pEntry, \
80 static X86Relocator::Result Name(Relocation& pEntry, \
DAndroid.bp13 "X86Relocator.cpp",