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(f_pBSSSection != NULL); in getBSS()
84 return *f_pBSSSection; in getBSS()
88 assert(f_pBSSSection != NULL); in getBSS()
89 return *f_pBSSSection; in getBSS()
106 LDSection* f_pBSSSection; // .bss __bss variable
/frameworks/compile/mclinker/lib/LD/
DLDFileFormat.cpp19 f_pBSSSection(NULL), in LDFileFormat()
DELFFileFormat.cpp82 f_pBSSSection = in initStdSections()