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 --------------------------------------------------===//
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& pParent)
    [all...]
ARMRelocator.h 1 //===- ARMRelocator.h ----------------------------------------------------===//
19 /** \class ARMRelocator
20 * \brief ARMRelocator creates and destroys the ARM relocations.
23 class ARMRelocator : public Relocator {
61 ARMRelocator(ARMGNULDBackend& pParent, const LinkerConfig& pConfig);
62 ~ARMRelocator();
Android.mk 12 ARMRelocator.cpp \
ARMRelocationFunctions.h 13 static ARMRelocator::Result Name(Relocation& pEntry, ARMRelocator& pParent);
ARMLDBackend.cpp 15 #include "ARMRelocator.h"
268 m_pRelocator = new ARMRelocator(*this, config());
853 ARMRelocator::ReservePLT) != 0x0) {
    [all...]

Completed in 397 milliseconds