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.h198 bool hasStackNote() const { return (f_pStackNote != NULL); } in hasStackNote()
643 assert(f_pStackNote != NULL); in getStackNote()
644 return *f_pStackNote; in getStackNote()
648 assert(f_pStackNote != NULL); in getStackNote()
649 return *f_pStackNote; in getStackNote()
724 LDSection* f_pStackNote; // .note.GNU-stack variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp61 f_pStackNote(NULL), in ELFFileFormat()
219 f_pStackNote = pBuilder.CreateSection(".note.GNU-stack", in initStdSections()