HomeSort by relevance Sort by last modified time
    Searched refs:X86Relocator (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/lib/Target/X86/
Android.mk 13 X86Relocator.cpp \
X86Relocator.h 1 //===- X86Relocator.h --------------------------------------------===//
23 /** \class X86Relocator
24 * \brief X86Relocator creates and destroys the X86 relocations.
27 class X86Relocator : public Relocator
68 X86Relocator(const LinkerConfig& pConfig);
69 ~X86Relocator();
121 class X86_32Relocator : public X86Relocator
183 class X86_64Relocator : public X86Relocator
X86RelocationFunctions.h 11 static X86Relocator::Result Name(Relocation& pEntry, X86_32Relocator& pParent);
78 static X86Relocator::Result Name(Relocation& pEntry, X86_64Relocator& pParent);
X86Relocator.cpp 1 //===- X86Relocator.cpp -------------------------------------------===//
9 #include "X86Relocator.h"
80 got_entry->setValue(X86Relocator::SymVal);
87 got_entry->setValue(X86Relocator::SymVal);
170 // X86Relocator
172 X86Relocator::X86Relocator(const LinkerConfig& pConfig)
176 X86Relocator::~X86Relocator()
180 void X86Relocator::scanRelocation(Relocation& pReloc
    [all...]

Completed in 389 milliseconds