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 56 m_pRelaPLT(NULL),
81 if (m_pRelaPLT != NULL)
82 delete m_pRelaPLT;
120 m_pRelaPLT = new OutputRelocSection(pModule, relaplt);
237 if (!m_pRelaPLT->empty()) {
241 m_pRelaPLT->numOfRelocs() * getRelaEntrySize());
417 assert(NULL != m_pRelaPLT && ".rela.plt section not exist");
418 return *m_pRelaPLT;
423 assert(NULL != m_pRelaPLT && ".rela.plt section not exist");
424 return *m_pRelaPLT;
    [all...]
AArch64LDBackend.h 153 OutputRelocSection* m_pRelaPLT;
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.h 187 OutputRelocSection* m_pRelaPLT;
HexagonLDBackend.cpp 51 m_pRelaPLT(NULL),
63 delete m_pRelaPLT;
110 if (!m_pRelaPLT->empty()) {
277 assert(NULL != m_pRelaPLT && ".rela.plt section not exist");
278 return *m_pRelaPLT;
283 assert(NULL != m_pRelaPLT && ".rela.plt section not exist");
284 return *m_pRelaPLT;
310 (m_pRelaPLT->numOfRelocs() * getRelaEntrySize());
455 m_pRelaPLT = new OutputRelocSection(pModule, relaplt);
    [all...]

Completed in 536 milliseconds