Searched refs:GOT (Results 1 – 17 of 17) sorted by relevance
/frameworks/compile/mclinker/lib/Target/ |
D | GOT.cpp | 32 GOT::GOT(LDSection& pSection, in GOT() function in GOT 40 GOT::~GOT() in ~GOT() 44 size_t GOT::getEntrySize() const in getEntrySize()
|
D | PLT.cpp | 14 class GOT;
|
D | Android.mk | 7 GOT.cpp \
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | GOT.h | 21 class GOT; variable 63 class GOT 66 GOT(LDSection& pSection, SectionData& pSectionData, size_t pEntrySize); 69 virtual ~GOT();
|
D | TargetLDBackend.h | 35 class GOT; variable
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagGOTPLT.inc | 2 …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 …
|
D | RelocationFactory.h | 24 class GOT; variable
|
/frameworks/compile/linkloader/ |
D | Android.mk | 38 lib/GOT.cpp \ 71 lib/GOT.cpp \
|
D | SConstruct | 97 'lib/GOT.cpp',
|
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86GOT.h | 28 class X86GOT : public GOT
|
D | X86GOTPLT.h | 29 class X86GOTPLT : public GOT
|
D | X86GOT.cpp | 29 : GOT(pSection, pSectionData, X86GOTEntrySize), in X86GOT()
|
D | X86GOTPLT.cpp | 29 : GOT(pSection, pSectionData, X86GOTPLTEntrySize), m_GOTPLTIterator() in X86GOTPLT()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMGOT.h | 28 class ARMGOT : public GOT
|
D | ARMGOT.cpp | 28 : GOT(pSection, pSectionData, ARMGOTEntrySize), in ARMGOT()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsGOT.h | 28 class MipsGOT : public GOT
|
D | MipsGOT.cpp | 28 : GOT(pSection, pSectionData, MipsGOTEntrySize), in MipsGOT()
|