Searched refs:f_pNote (Results 1 - 2 of 2) 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
/frameworks/compile/mclinker/lib/LD/
H A DELFFileFormat.cpp38 f_pNote(NULL),

Completed in 64 milliseconds