Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h139 { return (NULL != f_pDtors) && (0 != f_pDtors->size()); } in hasDtors()
491 assert(NULL != f_pDtors); in getDtors()
492 return *f_pDtors; in getDtors()
496 assert(NULL != f_pDtors); in getDtors()
497 return *f_pDtors; in getDtors()
687 LDSection* f_pDtors; // .dtors variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp48 f_pDtors(NULL), in ELFFileFormat()
191 f_pDtors = pBuilder.CreateSection(".dtors", in initStdSections()