Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h101 bool hasInit() const { return (f_pInit != NULL) && (f_pInit->size() != 0); } in hasInit()
372 assert(f_pInit != NULL); in getInit()
373 return *f_pInit; in getInit()
377 assert(f_pInit != NULL); in getInit()
378 return *f_pInit; in getInit()
693 LDSection* f_pInit; // .init variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp34 f_pInit(NULL), in ELFFileFormat()
103 f_pInit = in initStdSections()