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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp1 //===- ARMRelocator.cpp --------------------------------------------------===//
9 #include "ARMRelocator.h"
61 const ARMRelocator& pFactory) {
75 ARMRelocator& pParent) {
83 ARMRelocator& pParent) {
94 got_entry->setValue(ARMRelocator::SymVal);
100 got_entry->setValue(ARMRelocator::SymVal);
114 static Relocator::Address helper_GOT_ORG(ARMRelocator& pParent) {
119 ARMRelocator& pParent) {
125 static ARMPLT1& helper_PLT_init(Relocation& pReloc, ARMRelocator
299 ARMRelocator::ARMRelocator(ARMGNULDBackend& pParent, function in class:mcld::ARMRelocator
[all...]
H A DARMRelocator.h1 //===- ARMRelocator.h ----------------------------------------------------===//
19 /** \class ARMRelocator
20 * \brief ARMRelocator creates and destroys the ARM relocations.
23 class ARMRelocator : public Relocator { class in namespace:mcld
61 ARMRelocator(ARMGNULDBackend& pParent, const LinkerConfig& pConfig);
62 ~ARMRelocator();
H A DAndroid.mk12 ARMRelocator.cpp \
H A DARMRelocationFunctions.h13 static ARMRelocator::Result Name(Relocation& pEntry, ARMRelocator& pParent);
H A DARMLDBackend.cpp15 #include "ARMRelocator.h"
268 m_pRelocator = new ARMRelocator(*this, config());
853 ARMRelocator::ReservePLT) != 0x0) {

Completed in 120 milliseconds