Searched defs:ARMGOT (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMGOT.h1 //===- ARMGOT.h -----------------------------------------------------------===//
25 /** \class ARMGOT
28 class ARMGOT : public GOT class in namespace:mcld
41 ARMGOT(LDSection &pSection, SectionData& pSectionData);
43 ~ARMGOT();
H A DARMGOT.cpp9 #include "ARMGOT.h"
26 // ARMGOT
27 ARMGOT::ARMGOT(LDSection& pSection, SectionData& pSectionData) function in class:ARMGOT
60 ARMGOT::~ARMGOT()
64 void ARMGOT::reserveEntry(size_t pNum)
79 void ARMGOT::reserveGOTPLTEntry()
94 GOTEntry* ARMGOT::getEntry(const ResolveInfo& pInfo, bool& pExist)
112 void ARMGOT
[all...]

Completed in 52 milliseconds