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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp1 //===- X86Relocator.cpp -------------------------------------------===//
9 #include "X86Relocator.h"
48 // X86Relocator
50 X86Relocator::X86Relocator(const LinkerConfig& pConfig) function in class:X86Relocator
54 X86Relocator::~X86Relocator()
58 void X86Relocator::scanRelocation(Relocation& pReloc,
88 void X86Relocator::addCopyReloc(ResolveInfo& pSym, X86GNULDBackend& pTarget)
102 LDSymbol& X86Relocator
[all...]
H A DAndroid.mk13 X86Relocator.cpp \
H A DX86Relocator.h1 //===- X86Relocator.h --------------------------------------------===//
26 /** \class X86Relocator
27 * \brief X86Relocator creates and destroys the X86 relocations.
30 class X86Relocator : public Relocator class in namespace:mcld
79 X86Relocator(const LinkerConfig& pConfig);
80 ~X86Relocator();
131 class X86_32Relocator : public X86Relocator
189 class X86_64Relocator : public X86Relocator
H A DX86RelocationFunctions.h11 static X86Relocator::Result Name(Relocation& pEntry, X86_32Relocator& pParent);
78 static X86Relocator::Result Name(Relocation& pEntry, X86_64Relocator& pParent);

Completed in 1227 milliseconds