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

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsLDBackend.cpp39 m_pGOT(NULL),
50 delete m_pGOT;
62 m_pGOT = new MipsGOT(got);
123 m_pGOT->hasGOT1() ||
125 m_pGOT->finalizeScanning(*m_pRelDyn);
126 m_pGOT->finalizeSectionSize();
170 assert(NULL != m_pGOT && "emitSectionData failed, m_pGOT is NULL!");
171 uint64_t result = m_pGOT->emit(pRegion);
190 const MipsGOT& m_pGOT; member in struct:__anon1271::DynsymGOTCompare
[all...]
H A DMipsLDBackend.h135 MipsGOT* m_pGOT; // .got member in class:mcld::MipsGNULDBackend
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp305 m_pGOT (NULL),
311 delete m_pGOT;
330 m_pGOT = new X86_32GOT(got);
356 assert(NULL != m_pGOT);
357 return *m_pGOT;
362 assert(NULL != m_pGOT);
363 return *m_pGOT;
403 if (!m_pGOT->empty())
404 m_pGOT->finalizeSectionSize();
409 assert(m_pGOT
[all...]
H A DX86LDBackend.h187 X86_32GOT* m_pGOT; member in class:mcld::X86_32GNULDBackend
227 X86_64GOT* m_pGOT; member in class:mcld::X86_64GNULDBackend
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp51 m_pGOT(NULL),
67 delete m_pGOT;
99 m_pGOT = new ARMGOT(got);
103 m_pPLT = new ARMPLT(plt, *m_pGOT);
213 m_pGOT->hasGOT1() ||
215 m_pGOT->finalizeSectionSize();
257 // Since we already have the size of GOT, m_pGOT should not be NULL.
258 assert(NULL != m_pGOT);
260 m_pGOT->applyGOT0(file_format->getDynamic().addr());
263 m_pGOT
[all...]
H A DARMLDBackend.h155 ARMGOT* m_pGOT; member in class:mcld::ARMGNULDBackend
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp46 m_pGOT(NULL),
59 delete m_pGOT;
234 assert(NULL != m_pGOT);
235 return *m_pGOT;
240 assert(NULL != m_pGOT);
241 return *m_pGOT;
317 if (!m_pGOT->empty())
318 m_pGOT->finalizeSectionSize();
323 assert(m_pGOT && "emitGOTSectionData failed, m_pGOT i
[all...]
H A DHexagonLDBackend.h179 HexagonGOT* m_pGOT; member in class:mcld::HexagonLDBackend

Completed in 276 milliseconds