Searched refs:GOT (Results 1 – 18 of 18) sorted by relevance
/frameworks/compile/mclinker/lib/Target/X86/ |
D | X86GOT.h | 22 class X86_32GOTEntry : public GOT::Entry<4> { 25 : GOT::Entry<4>(pContent, pParent) {} in X86_32GOTEntry() 32 class X86_32GOT : public GOT { 44 class X86_64GOTEntry : public GOT::Entry<8> { 47 : GOT::Entry<8>(pContent, pParent) {} in X86_64GOTEntry() 54 class X86_64GOT : public GOT {
|
D | X86GOT.cpp | 21 X86_32GOT::X86_32GOT(LDSection& pSection) : GOT(pSection) { in X86_32GOT() 34 X86_64GOT::X86_64GOT(LDSection& pSection) : GOT(pSection) { in X86_64GOT()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GOT.cpp | 24 GOT::GOT(LDSection& pSection) : m_Section(pSection) { in GOT() function in mcld::GOT 28 GOT::~GOT() { in ~GOT() 31 void GOT::finalizeSectionSize() { in finalizeSectionSize()
|
D | PLT.cpp | 15 class GOT;
|
D | Android.bp | 13 "GOT.cpp",
|
/frameworks/compile/mclinker/include/mcld/Target/ |
D | GOT.h | 18 class GOT; variable 25 class GOT { 27 explicit GOT(LDSection& pSection); 56 virtual ~GOT();
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagGOTPLT.inc | 7 "fial to allocate memory for GOT", 8 "fial to allocate memory for GOT") 15 "The number of reserved entries for GOT is inconsist", 16 "The number of reserved entries for GOT is inconsist")
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
D | HexagonGOT.h | 22 class HexagonGOTEntry : public GOT::Entry<4> { 25 : GOT::Entry<4>(pContent, pParent) {} in HexagonGOTEntry() 32 class HexagonGOT : public GOT {
|
D | HexagonGOT.cpp | 21 HexagonGOT::HexagonGOT(LDSection& pSection) : GOT(pSection) { in HexagonGOT()
|
D | HexagonRelocator.cpp | 847 Relocator::Address GOT = pParent.getTarget().getGOTSymbolAddr(); in relocGOT() local 848 int32_t result = (int32_t)(GOT_S - GOT); in relocGOT() 887 result_u = GOT_S - GOT; in relocGOT() 916 Relocator::Address GOT = pParent.getTarget().getGOTSymbolAddr(); in relocGOTREL() local 922 uint32_t result = (uint32_t)(S + A - GOT); in relocGOTREL()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMGOT.h | 24 class ARMGOTEntry : public GOT::Entry<4> { 27 : GOT::Entry<4>(pContent, pParent) {} in ARMGOTEntry() 47 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> { 29 : GOT::Entry<8>(pContent, pParent) {} in AArch64GOTEntry() 54 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 | 14 typedef mcld::GOT::Entry<4> GOTPLTEntry; 24 MipsGOTPLT::MipsGOTPLT(LDSection& pSection) : GOT(pSection) { in MipsGOTPLT()
|
D | MipsGOT.h | 33 class MipsGOT : public GOT { 226 typedef GOT::Entry<4> Mips32GOTEntry; 244 typedef GOT::Entry<8> Mips64GOTEntry;
|
D | MipsGOTPLT.h | 23 class MipsGOTPLT : public GOT {
|
D | MipsGOT.cpp | 94 : GOT(pSection), in MipsGOT()
|