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

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 1 //===- ARMRelocator.cpp ----------------------------------------===//
15 #include "ARMRelocator.h"
27 ARMRelocator& pParent);
43 // ARMRelocator
45 ARMRelocator::ARMRelocator(ARMGNULDBackend& pParent)
50 ARMRelocator::~ARMRelocator()
55 ARMRelocator::applyRelocation(Relocation& pRelocation)
65 const char* ARMRelocator::getName(Relocator::Type pType) cons
    [all...]
ARMRelocator.h 1 //===- ARMRelocator.h ----------------------------------------------------===//
22 /** \class ARMRelocator
23 * \brief ARMRelocator creates and destroys the ARM relocations.
26 class ARMRelocator : public Relocator
33 ARMRelocator(ARMGNULDBackend& pParent);
34 ~ARMRelocator();
Android.mk 12 ARMRelocator.cpp \
ARMRelocationFunctions.h 11 static ARMRelocator::Result Name (Relocation& pEntry, \
12 ARMRelocator& pParent);
ARMLDBackend.cpp 13 #include "ARMRelocator.h"
190 m_pRelocator = new ARMRelocator(*this);
    [all...]

Completed in 94 milliseconds