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

  /frameworks/compile/mclinker/lib/Target/
PLT.cpp 19 m_EntrySize(pSize), m_pContent(NULL)
25 if (m_pContent) {
26 free(m_pContent);
27 m_pContent = NULL;
  /frameworks/compile/mclinker/include/mcld/Target/
PLT.h 36 { m_pContent = pContent; }
39 { return m_pContent; }
50 unsigned char* m_pContent;

Completed in 72 milliseconds