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
128 m_pRelPLT(NULL), in ARMGNULDBackend()144 delete m_pRelPLT; in ~ARMGNULDBackend()189 m_pRelPLT = new OutputRelocSection(pModule, relplt); in initTargetSections()315 if (!m_pRelPLT->empty()) { in doPreLayout()319 file_format->getRelPlt().setSize(m_pRelPLT->numOfRelocs() * in doPreLayout()668 assert(m_pRelPLT != NULL && ".rel.plt section not exist"); in getRelPLT()669 return *m_pRelPLT; in getRelPLT()673 assert(m_pRelPLT != NULL && ".rel.plt section not exist"); in getRelPLT()674 return *m_pRelPLT; in getRelPLT()
187 OutputRelocSection* m_pRelPLT; variable