Searched refs:m_pRelPLT (Results 1 – 4 of 4) sorted by relevance
43 m_pRelPLT(NULL), in X86GNULDBackend()68 delete m_pRelPLT; in ~X86GNULDBackend()104 if (!m_pRelPLT->empty()) { in doPreLayout()223 assert(m_pRelPLT != NULL && ".rel.plt/.rela.plt section not exist"); in getRelPLT()224 return *m_pRelPLT; in getRelPLT()228 assert(m_pRelPLT != NULL && ".rel.plt/.rela.plt section not exist"); in getRelPLT()229 return *m_pRelPLT; in getRelPLT()365 m_pRelPLT = new OutputRelocSection(pModule, relplt); in initTargetSections()451 file_format->getRelPlt().setSize(m_pRelPLT->numOfRelocs() * in setRelPLTSize()608 file_format->getRelaPlt().setSize(m_pRelPLT->numOfRelocs() * in setRelPLTSize()[all …]
142 OutputRelocSection* m_pRelPLT; variable
60 m_pRelPLT(NULL), in ARMGNULDBackend()76 delete m_pRelPLT; in ~ARMGNULDBackend()121 m_pRelPLT = new OutputRelocSection(pModule, relplt); in initTargetSections()247 if (!m_pRelPLT->empty()) { in doPreLayout()251 file_format->getRelPlt().setSize(m_pRelPLT->numOfRelocs() * in doPreLayout()597 assert(m_pRelPLT != NULL && ".rel.plt section not exist"); in getRelPLT()598 return *m_pRelPLT; in getRelPLT()602 assert(m_pRelPLT != NULL && ".rel.plt section not exist"); in getRelPLT()603 return *m_pRelPLT; in getRelPLT()
193 OutputRelocSection* m_pRelPLT; variable