Searched defs:ARMRelocator (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
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 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...]

Completed in 62 milliseconds