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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 178 { return (NULL != f_pStackNote); }
621 assert(NULL != f_pStackNote);
622 return *f_pStackNote;
626 assert(NULL != f_pStackNote);
627 return *f_pStackNote;
702 LDSection* f_pStackNote; // .note.GNU-stack
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 61 f_pStackNote(NULL),
236 f_pStackNote = pBuilder.CreateSection(".note.GNU-stack",

Completed in 19 milliseconds