Searched refs:GOT (Results 1 – 19 of 19) sorted by relevance
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86GOT.h | 22 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
|
D | X86GOT.cpp | 22 : GOT(pSection) in X86_32GOT() 39 : GOT(pSection) in X86_64GOT()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GOT.cpp | 24 GOT::GOT(LDSection& pSection) in GOT() function in GOT 29 GOT::~GOT() in ~GOT() 33 void GOT::finalizeSectionSize() in finalizeSectionSize()
|
D | PLT.cpp | 15 class GOT;
|
D | Android.mk | 12 GOT.cpp \
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | GOT.h | 18 class GOT; variable 25 class GOT 28 GOT(LDSection& pSection); 63 virtual ~GOT();
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonGOT.h | 22 class HexagonGOTEntry : public GOT::Entry<4> 26 : GOT::Entry<4>(pContent, pParent) in HexagonGOTEntry() 34 class HexagonGOT : public GOT
|
D | HexagonGOT.cpp | 22 : GOT(pSection) in HexagonGOT()
|
D | HexagonRelocator.cpp | 833 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/ |
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 …
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMGOT.h | 24 class ARMGOTEntry : public GOT::Entry<4> 28 : GOT::Entry<4>(pContent, pParent) in ARMGOTEntry() 49 class ARMGOT : public GOT
|
D | ARMGOT.cpp | 26 : GOT(pSection), m_pGOTPLTFront(NULL), m_pGOTFront(NULL) in ARMGOT()
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
D | AArch64GOT.h | 26 class AArch64GOTEntry : public GOT::Entry<8> 30 : GOT::Entry<8>(pContent, pParent) in AArch64GOTEntry() 56 class AArch64GOT : public GOT
|
D | AArch64GOT.cpp | 26 : GOT(pSection), m_pGOTPLTFront(NULL), m_pGOTFront(NULL) in AArch64GOT()
|
/frameworks/compile/mclinker/lib/Target/Mips/ |
D | MipsGOTPLT.cpp | 13 typedef mcld::GOT::Entry<4> GOTPLTEntry; 24 : GOT(pSection) in MipsGOTPLT()
|
D | MipsGOT.h | 33 class MipsGOT : public GOT 208 typedef GOT::Entry<4> Mips32GOTEntry; 227 typedef GOT::Entry<8> Mips64GOTEntry;
|
D | MipsGOTPLT.h | 23 class MipsGOTPLT : public GOT
|
D | MipsGOT.cpp | 91 : GOT(pSection), in MipsGOT()
|
/frameworks/rs/ |
D | Android.mk | 288 cpu_ref/linkloader/lib/GOT.cpp \
|