Home
last modified time | relevance | path

Searched refs:GOT (Results 1 – 17 of 17) sorted by relevance

/frameworks/compile/mclinker/lib/Target/
DGOT.cpp32 GOT::GOT(LDSection& pSection, in GOT() function in GOT
40 GOT::~GOT() in ~GOT()
44 size_t GOT::getEntrySize() const in getEntrySize()
DPLT.cpp14 class GOT;
DAndroid.mk7 GOT.cpp \
/frameworks/compile/mclinker/include/mcld/Target/
DGOT.h21 class GOT; variable
63 class GOT
66 GOT(LDSection& pSection, SectionData& pSectionData, size_t pEntrySize);
69 virtual ~GOT();
DTargetLDBackend.h35 class GOT; variable
/frameworks/compile/mclinker/include/mcld/LD/
DDiagGOTPLT.inc2 …got, DiagnosticEngine::Fatal, "fial to allocate memory for GOT", "fial to allocate memory for GOT")
4 …reachable, "The number of reserved entries for GOT is inconsist", "The number of reserved entries …
DRelocationFactory.h24 class GOT; variable
/frameworks/compile/linkloader/
DAndroid.mk38 lib/GOT.cpp \
71 lib/GOT.cpp \
DSConstruct97 'lib/GOT.cpp',
/frameworks/compile/mclinker/lib/Target/X86/
DX86GOT.h28 class X86GOT : public GOT
DX86GOTPLT.h29 class X86GOTPLT : public GOT
DX86GOT.cpp29 : GOT(pSection, pSectionData, X86GOTEntrySize), in X86GOT()
DX86GOTPLT.cpp29 : GOT(pSection, pSectionData, X86GOTPLTEntrySize), m_GOTPLTIterator() in X86GOTPLT()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMGOT.h28 class ARMGOT : public GOT
DARMGOT.cpp28 : GOT(pSection, pSectionData, ARMGOTEntrySize), in ARMGOT()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.h28 class MipsGOT : public GOT
DMipsGOT.cpp28 : GOT(pSection, pSectionData, MipsGOTEntrySize), in MipsGOT()