Searched defs:f_pNULLSection (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h44 { 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; member in class:mcld::ELFFileFormat

Completed in 55 milliseconds