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.h136 { return (NULL != f_pDtors) && (0 != f_pDtors->size()); } in hasDtors()
488 assert(NULL != f_pDtors); in getDtors()
489 return *f_pDtors; in getDtors()
493 assert(NULL != f_pDtors); in getDtors()
494 return *f_pDtors; in getDtors()
684 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()