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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 44 { return (NULL != f_pNULLSection) && (0 != f_pNULLSection->size()); }
186 assert(NULL != f_pNULLSection);
187 return *f_pNULLSection;
191 assert(NULL != f_pNULLSection);
192 return *f_pNULLSection;
650 LDSection* f_pNULLSection;
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 18 : f_pNULLSection(NULL),
74 f_pNULLSection = pBuilder.CreateSection("",

Completed in 222 milliseconds