HomeSort by relevance Sort by last modified time
    Searched refs:m_pRelPlt (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 57 m_pRelPlt(NULL),
69 delete m_pRelPlt;
105 m_pRelPlt = new OutputRelocSection(pModule, relplt);
211 if (!m_pRelPlt->empty()) {
215 file_format->getRelPlt().setSize(m_pRelPlt->numOfRelocs() *
529 assert(m_pRelPlt != NULL);
530 return *m_pRelPlt;
534 assert(m_pRelPlt != NULL);
535 return *m_pRelPlt;
    [all...]
MipsLDBackend.h 245 OutputRelocSection* m_pRelPlt; // .rel.plt

Completed in 1906 milliseconds