Home
last modified time | relevance | path

Searched refs:f_pStackNote (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h175 { return (NULL != f_pStackNote); } in hasStackNote()
618 assert(NULL != f_pStackNote); in getStackNote()
619 return *f_pStackNote; in getStackNote()
623 assert(NULL != f_pStackNote); in getStackNote()
624 return *f_pStackNote; in getStackNote()
699 LDSection* f_pStackNote; // .note.GNU-stack variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp61 f_pStackNote(NULL), in ELFFileFormat()
236 f_pStackNote = pBuilder.CreateSection(".note.GNU-stack", in initStdSections()