Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h130 { return (NULL != f_pCtors) && (0 != f_pCtors->size()); } in hasCtors()
468 assert(NULL != f_pCtors); in getCtors()
469 return *f_pCtors; in getCtors()
473 assert(NULL != f_pCtors); in getCtors()
474 return *f_pCtors; in getCtors()
682 LDSection* f_pCtors; // .ctors variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp46 f_pCtors(NULL), in ELFFileFormat()
181 f_pCtors = pBuilder.CreateSection(".ctors", in initStdSections()