Searched refs:X86Relocator (Results 1 – 4 of 4) sorted by relevance
72 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::X86Relocator157 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 …]
27 class X86Relocator : public Relocator {64 explicit X86Relocator(const LinkerConfig& pConfig);65 ~X86Relocator();117 class X86_32Relocator : public X86Relocator {184 class X86_64Relocator : public X86Relocator {
13 static X86Relocator::Result Name(Relocation& pEntry, \80 static X86Relocator::Result Name(Relocation& pEntry, \
11 X86Relocator.cpp