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()); }
378 assert(NULL != f_pNote);
379 return *f_pNote;
383 assert(NULL != f_pNote);
384 return *f_pNote;
625 LDSection* f_pNote; // .note
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 39 f_pNote(NULL),

Completed in 926 milliseconds