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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h43 return (f_pNULLSection != NULL) && (f_pNULLSection->size() != 0);
211 assert(f_pNULLSection != NULL);
212 return *f_pNULLSection;
216 assert(f_pNULLSection != NULL);
217 return *f_pNULLSection;
675 LDSection* f_pNULLSection; member in class:mcld::ELFFileFormat

Completed in 9380 milliseconds