Searched refs:m_pRelPLT (Results 1 – 4 of 4) sorted by relevance
43 m_pRelPLT(NULL), in X86GNULDBackend()71 delete m_pRelPLT; in ~X86GNULDBackend()109 if (!m_pRelPLT->empty()) { in doPreLayout()243 assert(NULL != m_pRelPLT && ".rel.plt/.rela.plt section not exist"); in getRelPLT()244 return *m_pRelPLT; in getRelPLT()249 assert(NULL != m_pRelPLT && ".rel.plt/.rela.plt section not exist"); in getRelPLT()250 return *m_pRelPLT; in getRelPLT()394 m_pRelPLT = new OutputRelocSection(pModule, relplt); in initTargetSections()491 (m_pRelPLT->numOfRelocs() * getRelEntrySize()); in setRelPLTSize()661 (m_pRelPLT->numOfRelocs() * getRelaEntrySize()); in setRelPLTSize()[all …]
145 OutputRelocSection* m_pRelPLT; variable
60 m_pRelPLT(NULL), in ARMGNULDBackend()77 delete m_pRelPLT; in ~ARMGNULDBackend()121 m_pRelPLT = new OutputRelocSection(pModule, relplt); in initTargetSections()254 if (!m_pRelPLT->empty()) { in doPreLayout()258 m_pRelPLT->numOfRelocs() * getRelEntrySize()); in doPreLayout()562 assert(NULL != m_pRelPLT && ".rel.plt section not exist"); in getRelPLT()563 return *m_pRelPLT; in getRelPLT()568 assert(NULL != m_pRelPLT && ".rel.plt section not exist"); in getRelPLT()569 return *m_pRelPLT; in getRelPLT()
173 OutputRelocSection* m_pRelPLT; variable