HomeSort by relevance Sort by last modified time
    Searched defs:ARMRelocator (Results 1 - 2 of 2) sorted by null

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

Completed in 73 milliseconds