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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h108 { return (NULL != f_pNote) && (0 != f_pNote->size()); }
381 assert(NULL != f_pNote);
382 return *f_pNote;
386 assert(NULL != f_pNote);
387 return *f_pNote;
637 LDSection* f_pNote; // .note member in class:mcld::ELFFileFormat

Completed in 88 milliseconds