Searched refs:ARMGOT (Results 1 – 7 of 7) sorted by relevance
25 ARMGOT::ARMGOT(LDSection& pSection) in ARMGOT() function in mcld::ARMGOT32 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()
32 class ARMGOT; variable49 ARMPLT(LDSection& pSection, ARMGOT& pGOTPLT);69 ARMGOT& m_GOT;
47 class ARMGOT : public GOT {49 explicit ARMGOT(LDSection& pSection);51 ~ARMGOT();
94 ARMGOT& getGOT();95 const ARMGOT& getGOT() const;182 ARMGOT* m_pGOT;
11 "ARMGOT.cpp",
30 ARMPLT::ARMPLT(LDSection& pSection, ARMGOT& pGOTPLT) in ARMPLT()
179 m_pGOT = new ARMGOT(got); in initTargetSections()637 ARMGOT& ARMGNULDBackend::getGOT() { in getGOT()642 const ARMGOT& ARMGNULDBackend::getGOT() const { in getGOT()