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.h143 return (f_pCtors != NULL) && (f_pCtors->size() != 0); in hasCtors()
493 assert(f_pCtors != NULL); in getCtors()
494 return *f_pCtors; in getCtors()
498 assert(f_pCtors != NULL); in getCtors()
499 return *f_pCtors; in getCtors()
707 LDSection* f_pCtors; // .ctors variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp46 f_pCtors(NULL), in ELFFileFormat()
169 f_pCtors = pBuilder.CreateSection(".ctors", in initStdSections()