Home
last modified time | relevance | path

Searched refs:f_pBSSSection (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DLDFileFormat.h83 assert(NULL != f_pBSSSection); in getBSS()
84 return *f_pBSSSection; in getBSS()
88 assert(NULL != f_pBSSSection); in getBSS()
89 return *f_pBSSSection; in getBSS()
105 LDSection* f_pBSSSection; // .bss __bss variable
/frameworks/compile/mclinker/lib/LD/
DLDFileFormat.cpp19 f_pBSSSection(NULL), in LDFileFormat()
DELFFileFormat.cpp84 f_pBSSSection = pBuilder.CreateSection(".bss", in initStdSections()