HomeSort by relevance Sort by last modified time
    Searched refs:f_pNote (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 108 { return (NULL != f_pNote) && (0 != f_pNote->size()); }
390 assert(NULL != f_pNote);
391 return *f_pNote;
395 assert(NULL != f_pNote);
396 return *f_pNote;
675 LDSection* f_pNote; // .note
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 38 f_pNote(NULL),

Completed in 23 milliseconds