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.h105 { return (NULL != f_pNote) && (0 != f_pNote->size()); } in hasNote()
387 assert(NULL != f_pNote); in getNote()
388 return *f_pNote; in getNote()
392 assert(NULL != f_pNote); in getNote()
393 return *f_pNote; in getNote()
672 LDSection* f_pNote; // .note variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp38 f_pNote(NULL), in ELFFileFormat()