Home
last modified time | relevance | path

Searched refs:m_pRelPlt (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp57 m_pRelPlt(NULL), in MipsGNULDBackend()
69 delete m_pRelPlt; in ~MipsGNULDBackend()
105 m_pRelPlt = new OutputRelocSection(pModule, relplt); in initTargetSections()
211 if (!m_pRelPlt->empty()) { in doPreLayout()
215 file_format->getRelPlt().setSize(m_pRelPlt->numOfRelocs() * in doPreLayout()
529 assert(m_pRelPlt != NULL); in getRelPLT()
530 return *m_pRelPlt; in getRelPLT()
534 assert(m_pRelPlt != NULL); in getRelPLT()
535 return *m_pRelPlt; in getRelPLT()
DMipsLDBackend.h245 OutputRelocSection* m_pRelPlt; // .rel.plt variable