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 113 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
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 38 f_pNote(NULL),

Completed in 5705 milliseconds