Searched refs:ARMRelocator (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp1 //===- ARMRelocator.cpp ----------------------------------------===//
19 #include "ARMRelocator.h"
31 ARMRelocator& pParent);
47 // ARMRelocator
49 ARMRelocator::ARMRelocator(ARMGNULDBackend& pParent, function in class:ARMRelocator
55 ARMRelocator::~ARMRelocator()
60 ARMRelocator::applyRelocation(Relocation& pRelocation)
70 const char* ARMRelocator
[all...]
H A DARMRelocator.h1 //===- ARMRelocator.h ----------------------------------------------------===//
22 /** \class ARMRelocator
23 * \brief ARMRelocator creates and destroys the ARM relocations.
26 class ARMRelocator : public Relocator class in namespace:mcld
76 ARMRelocator(ARMGNULDBackend& pParent, const LinkerConfig& pConfig);
77 ~ARMRelocator();
H A DAndroid.mk12 ARMRelocator.cpp \
H A DARMRelocationFunctions.h11 static ARMRelocator::Result Name (Relocation& pEntry, \
12 ARMRelocator& pParent);
H A DARMLDBackend.cpp13 #include "ARMRelocator.h"
192 m_pRelocator = new ARMRelocator(*this, config());
553 (relocation->symInfo()->reserved() & ARMRelocator::ReservePLT) != 0x0) {

Completed in 62 milliseconds