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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h105 { return (NULL != f_pNote) && (0 != f_pNote->size()); }
387 assert(NULL != f_pNote);
388 return *f_pNote;
392 assert(NULL != f_pNote);
393 return *f_pNote;
672 LDSection* f_pNote; // .note member in class:mcld::ELFFileFormat

Completed in 326 milliseconds