Searched refs:f_pBSSSection (Results 1 – 3 of 3) sorted by relevance
83 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
19 f_pBSSSection(NULL), in LDFileFormat()
84 f_pBSSSection = pBuilder.CreateSection(".bss", in initStdSections()