Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h108 { return (NULL != f_pNote) && (0 != f_pNote->size()); } in hasNote()
390 assert(NULL != f_pNote); in getNote()
391 return *f_pNote; in getNote()
395 assert(NULL != f_pNote); in getNote()
396 return *f_pNote; in getNote()
675 LDSection* f_pNote; // .note variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp38 f_pNote(NULL), in ELFFileFormat()