Searched refs:m_pGOTPLT (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64LDBackend.cpp53 m_pGOTPLT(NULL),
68 if (m_pGOT == m_pGOTPLT) {
74 if (m_pGOTPLT != NULL)
75 delete m_pGOTPLT;
101 // set m_pGOTPLT to the same .got
103 m_pGOTPLT = m_pGOT;
109 m_pGOTPLT = new AArch64GOT(gotplt);
110 m_pGOTPLT->createGOT0();
115 m_pPLT = new AArch64PLT(plt, *m_pGOTPLT);
178 FragmentRef::Create(*(m_pGOTPLT
[all...]
H A DAArch64LDBackend.h148 AArch64GOT* m_pGOTPLT; member in class:mcld::AArch64GNULDBackend
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp356 m_pGOTPLT (NULL) {
362 delete m_pGOTPLT;
384 m_pGOTPLT = new X86_32GOTPLT(gotplt);
389 m_pPLT = new X86_32PLT(plt, *m_pGOTPLT, config());
417 assert(NULL != m_pGOTPLT);
418 return *m_pGOTPLT;
423 assert(NULL != m_pGOTPLT);
424 return *m_pGOTPLT;
498 m_pGOTPLT->hasGOT1() ||
500 m_pGOTPLT
[all...]
H A DX86LDBackend.h197 X86_32GOTPLT* m_pGOTPLT; member in class:mcld::X86_32GNULDBackend
240 X86_64GOTPLT* m_pGOTPLT; member in class:mcld::X86_64GNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp48 m_pGOTPLT(NULL),
289 assert(NULL != m_pGOTPLT);
290 return *m_pGOTPLT;
295 assert(NULL != m_pGOTPLT);
296 return *m_pGOTPLT;
317 m_pGOTPLT->hasGOT1() ||
319 m_pGOTPLT->finalizeSectionSize();
320 defineGOTSymbol(pBuilder, *(m_pGOTPLT->begin()));
380 assert(m_pGOTPLT && "emitGOTPLTSectionData failed, m_pGOTPLT i
[all...]
H A DHexagonLDBackend.h182 HexagonGOTPLT* m_pGOTPLT; member in class:mcld::HexagonLDBackend
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp48 m_pGOTPLT(NULL),
187 if (m_pGOTPLT->hasGOT1()) {
188 m_pGOTPLT->finalizeSectionSize();
221 assert(m_pGOTPLT && "doPostLayout failed, m_pGOTPLT is NULL!");
222 m_pGOTPLT->applyAllGOTPLT(m_pPLT->addr());
227 m_pPLT->applyAllPLT(*m_pGOTPLT);
278 return m_pGOTPLT->emit(pRegion);
449 assert(NULL != m_pGOTPLT);
450 return *m_pGOTPLT;
[all...]
H A DMipsLDBackend.h220 MipsGOTPLT* m_pGOTPLT; // .got.plt member in class:mcld::MipsGNULDBackend

Completed in 1228 milliseconds