HomeSort by relevance Sort by last modified time
    Searched refs:ARMGOT (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/mclinker/lib/Target/ARM/
ARMGOT.cpp 9 #include "ARMGOT.h"
25 // ARMGOT
26 ARMGOT::ARMGOT(LDSection& pSection)
38 ARMGOT::~ARMGOT()
42 bool ARMGOT::hasGOT1() const
47 void ARMGOT::reserve(size_t pNum)
54 ARMGOTEntry* ARMGOT::consume()
66 void ARMGOT::reserveGOTPLT(
    [all...]
ARMGOT.h 1 //===- ARMGOT.h -----------------------------------------------------------===//
35 /** \class ARMGOT
52 class ARMGOT : public GOT
55 ARMGOT(LDSection &pSection);
57 ~ARMGOT();
ARMPLT.h 35 class ARMGOT;
56 ARMPLT(LDSection& pSection, ARMGOT& pGOTPLT);
78 ARMGOT& m_GOT;
ARMLDBackend.h 13 #include "ARMGOT.h"
94 ARMGOT& getGOT();
95 const ARMGOT& getGOT() const;
155 ARMGOT* m_pGOT;
Android.mk 8 ARMGOT.cpp \
ARMLDBackend.cpp 99 m_pGOT = new ARMGOT(got);
444 ARMGOT& ARMGNULDBackend::getGOT()
450 const ARMGOT& ARMGNULDBackend::getGOT() const
ARMPLT.cpp 9 #include "ARMGOT.h"
32 ARMGOT &pGOTPLT)

Completed in 503 milliseconds