Home
last modified time | relevance | path

Searched refs:ARMGOT (Results 1 – 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMGOT.cpp25 ARMGOT::ARMGOT(LDSection& pSection) in ARMGOT() function in mcld::ARMGOT
32 ARMGOT::~ARMGOT() { in ~ARMGOT()
35 bool ARMGOT::hasGOT1() const { in hasGOT1()
39 ARMGOTEntry* ARMGOT::createGOT() { in createGOT()
45 ARMGOTEntry* ARMGOT::createGOTPLT() { in createGOTPLT()
51 void ARMGOT::finalizeSectionSize() { in finalizeSectionSize()
93 void ARMGOT::applyGOT0(uint64_t pAddress) { in applyGOT0()
98 void ARMGOT::applyGOTPLT(uint64_t pPLTBase) { in applyGOTPLT()
115 uint64_t ARMGOT::emit(MemoryRegion& pRegion) { in emit()
DARMPLT.h32 class ARMGOT; variable
49 ARMPLT(LDSection& pSection, ARMGOT& pGOTPLT);
69 ARMGOT& m_GOT;
DARMGOT.h47 class ARMGOT : public GOT {
49 explicit ARMGOT(LDSection& pSection);
51 ~ARMGOT();
DARMLDBackend.h94 ARMGOT& getGOT();
95 const ARMGOT& getGOT() const;
182 ARMGOT* m_pGOT;
DAndroid.bp11 "ARMGOT.cpp",
DARMPLT.cpp30 ARMPLT::ARMPLT(LDSection& pSection, ARMGOT& pGOTPLT) in ARMPLT()
DARMLDBackend.cpp179 m_pGOT = new ARMGOT(got); in initTargetSections()
637 ARMGOT& ARMGNULDBackend::getGOT() { in getGOT()
642 const ARMGOT& ARMGNULDBackend::getGOT() const { in getGOT()