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 ----------------------------------------===//
19 #include "ARMRelocator.h"
31 ARMRelocator& pParent);
47 // ARMRelocator
49 ARMRelocator::ARMRelocator(ARMGNULDBackend& pParent,
55 ARMRelocator::~ARMRelocator()
60 ARMRelocator::applyRelocation(Relocation& pRelocation)
70 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
76 ARMRelocator(ARMGNULDBackend& pParent, const LinkerConfig& pConfig);
77 ~ARMRelocator();
Android.mk 12 ARMRelocator.cpp \
ARMRelocationFunctions.h 11 static ARMRelocator::Result Name (Relocation& pEntry, \
12 ARMRelocator& pParent);
ARMLDBackend.cpp 13 #include "ARMRelocator.h"
192 m_pRelocator = new ARMRelocator(*this, config());
553 (relocation->symInfo()->reserved() & ARMRelocator::ReservePLT) != 0x0) {

Completed in 194 milliseconds