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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h47 { return (NULL != f_pNULLSection) && (0 != f_pNULLSection->size()); }
180 assert(NULL != f_pNULLSection);
181 return *f_pNULLSection;
185 assert(NULL != f_pNULLSection);
186 return *f_pNULLSection;
615 LDSection* f_pNULLSection; member in class:mcld::ELFFileFormat

Completed in 15 milliseconds