Searched refs:m_pGOT (Results 1 - 10 of 10) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp52 m_pGOT(NULL),
68 if (m_pGOT == m_pGOTPLT) {
69 if (m_pGOT != NULL)
70 delete m_pGOT;
72 if (m_pGOT != NULL)
73 delete m_pGOT;
97 m_pGOT = new AArch64GOT(got);
102 m_pGOT->createGOT0();
103 m_pGOTPLT = m_pGOT;
205 m_pGOT
[all...]
H A DAArch64LDBackend.h147 AArch64GOT* m_pGOT; member in class:mcld::AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp355 m_pGOT (NULL),
361 delete m_pGOT;
380 m_pGOT = new X86_32GOT(got);
405 assert(NULL != m_pGOT);
406 return *m_pGOT;
411 assert(NULL != m_pGOT);
412 return *m_pGOT;
505 if (!m_pGOT->empty())
506 m_pGOT->finalizeSectionSize();
511 assert(m_pGOT
[all...]
H A DX86LDBackend.h196 X86_32GOT* m_pGOT; member in class:mcld::X86_32GNULDBackend
239 X86_64GOT* m_pGOT; member in class:mcld::X86_64GNULDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp46 m_pGOT(NULL),
179 m_pGOT->hasGOT1() ||
181 m_pGOT->finalizeScanning(*m_pRelDyn);
182 m_pGOT->finalizeSectionSize();
270 return m_pGOT->emit(pRegion);
296 const MipsGOT& m_pGOT; member in struct:__anon1091::DynsymGOTCompare
299 : m_pGOT(pGOT)
305 return m_pGOT.dynSymOrderCompare(X, Y);
324 DynsymGOTCompare(*m_pGOT));
425 assert(NULL != m_pGOT);
[all...]
H A DMipsLDBackend.h218 MipsGOT* m_pGOT; // .got member in class:mcld::MipsGNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp57 m_pGOT(NULL),
74 delete m_pGOT;
111 m_pGOT = new ARMGOT(got);
115 m_pPLT = new ARMPLT(plt, *m_pGOT);
234 m_pGOT->hasGOT1() ||
236 m_pGOT->finalizeSectionSize();
278 // Since we already have the size of GOT, m_pGOT should not be NULL.
279 assert(NULL != m_pGOT);
281 m_pGOT->applyGOT0(file_format->getDynamic().addr());
284 m_pGOT
[all...]
H A DARMLDBackend.h168 ARMGOT* m_pGOT; member in class:mcld::ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp47 m_pGOT(NULL),
60 delete m_pGOT;
241 assert(NULL != m_pGOT);
242 return *m_pGOT;
247 assert(NULL != m_pGOT);
248 return *m_pGOT;
324 if (!m_pGOT->empty())
325 m_pGOT->finalizeSectionSize();
331 assert(m_pGOT && "emitGOTSectionData failed, m_pGOT i
[all...]
H A DHexagonLDBackend.h181 HexagonGOT* m_pGOT; member in class:mcld::HexagonLDBackend

Completed in 117 milliseconds