HomeSort by relevance Sort by last modified time
    Searched refs:m_pRelaPLT (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 61 m_pRelaPLT(NULL),
82 if (m_pRelaPLT != NULL)
83 delete m_pRelaPLT;
117 m_pRelaPLT = new OutputRelocSection(pModule, relaplt);
225 if (!m_pRelaPLT->empty()) {
229 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() *
581 assert(m_pRelaPLT != NULL && ".rela.plt section not exist");
582 return *m_pRelaPLT;
586 assert(m_pRelaPLT != NULL && ".rela.plt section not exist");
587 return *m_pRelaPLT;
    [all...]
AArch64LDBackend.h 158 OutputRelocSection* m_pRelaPLT;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 180 OutputRelocSection* m_pRelaPLT;
HexagonLDBackend.cpp 52 m_pRelaPLT(NULL),
63 delete m_pRelaPLT;
107 if (!m_pRelaPLT->empty()) {
260 assert(m_pRelaPLT != NULL && ".rela.plt section not exist");
261 return *m_pRelaPLT;
265 assert(m_pRelaPLT != NULL && ".rela.plt section not exist");
266 return *m_pRelaPLT;
287 file_format->getRelaPlt().setSize(m_pRelaPLT->numOfRelocs() *
423 m_pRelaPLT = new OutputRelocSection(pModule, relaplt);
    [all...]

Completed in 93 milliseconds