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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h113 bool hasNote() const { return (f_pNote != NULL) && (f_pNote->size() != 0); }
412 assert(f_pNote != NULL);
413 return *f_pNote;
417 assert(f_pNote != NULL);
418 return *f_pNote;
697 LDSection* f_pNote; // .note member in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/lib/LD/
H A DELFFileFormat.cpp38 f_pNote(NULL),

Completed in 60 milliseconds