Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86GOT.h22 class X86_32GOTEntry : public GOT::Entry<4>
26 : GOT::Entry<4>(pContent, pParent) in X86_32GOTEntry()
34 class X86_32GOT : public GOT
47 class X86_64GOTEntry : public GOT::Entry<8>
51 : GOT::Entry<8>(pContent, pParent) in X86_64GOTEntry()
59 class X86_64GOT : public GOT
DX86GOT.cpp22 : GOT(pSection) in X86_32GOT()
39 : GOT(pSection) in X86_64GOT()
/frameworks/compile/mclinker/lib/Target/
DGOT.cpp24 GOT::GOT(LDSection& pSection) in GOT() function in GOT
29 GOT::~GOT() in ~GOT()
33 void GOT::finalizeSectionSize() in finalizeSectionSize()
DPLT.cpp15 class GOT;
DAndroid.mk12 GOT.cpp \
/frameworks/compile/mclinker/include/mcld/Target/
DGOT.h18 class GOT; variable
25 class GOT
28 GOT(LDSection& pSection);
63 virtual ~GOT();
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonGOT.h22 class HexagonGOTEntry : public GOT::Entry<4>
26 : GOT::Entry<4>(pContent, pParent) in HexagonGOTEntry()
34 class HexagonGOT : public GOT
DHexagonGOT.cpp22 : GOT(pSection) in HexagonGOT()
DHexagonRelocator.cpp833 Relocator::Address GOT = pParent.getTarget().getGOTSymbolAddr(); in relocGOT() local
834 int32_t result = (int32_t)(GOT_S - GOT); in relocGOT()
873 result_u = GOT_S - GOT; in relocGOT()
902 Relocator::Address GOT = pParent.getTarget().getGOTSymbolAddr(); in relocGOTREL() local
908 uint32_t result = (uint32_t)(S + A - GOT); in relocGOTREL()
/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 …
/frameworks/compile/mclinker/lib/Target/ARM/
DARMGOT.h24 class ARMGOTEntry : public GOT::Entry<4>
28 : GOT::Entry<4>(pContent, pParent) in ARMGOTEntry()
49 class ARMGOT : public GOT
DARMGOT.cpp26 : GOT(pSection), m_pGOTPLTFront(NULL), m_pGOTFront(NULL) in ARMGOT()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64GOT.h26 class AArch64GOTEntry : public GOT::Entry<8>
30 : GOT::Entry<8>(pContent, pParent) in AArch64GOTEntry()
56 class AArch64GOT : public GOT
DAArch64GOT.cpp26 : GOT(pSection), m_pGOTPLTFront(NULL), m_pGOTFront(NULL) in AArch64GOT()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOTPLT.cpp13 typedef mcld::GOT::Entry<4> GOTPLTEntry;
24 : GOT(pSection) in MipsGOTPLT()
DMipsGOT.h33 class MipsGOT : public GOT
208 typedef GOT::Entry<4> Mips32GOTEntry;
227 typedef GOT::Entry<8> Mips64GOTEntry;
DMipsGOTPLT.h23 class MipsGOTPLT : public GOT
DMipsGOT.cpp91 : GOT(pSection), in MipsGOT()
/frameworks/rs/
DAndroid.mk288 cpu_ref/linkloader/lib/GOT.cpp \