Searched refs:f_pTBSS (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h126 { return (NULL != f_pTBSS) && (0 != f_pTBSS->size()); }
450 assert(NULL != f_pTBSS);
451 return *f_pTBSS;
455 assert(NULL != f_pTBSS);
456 return *f_pTBSS;
681 LDSection* f_pTBSS; // .tbss member in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h237 bool hasTBSSSymbol() const { return (NULL != f_pTBSS); }
240 void setTBSSSymbol(LDSymbol& pTBSS) { f_pTBSS = &pTBSS; }
504 LDSymbol* f_pTBSS; member in class:mcld::GNULDBackend
/frameworks/compile/mclinker/lib/LD/
H A DELFFileFormat.cpp44 f_pTBSS(NULL),
165 f_pTBSS = pBuilder.CreateSection(".tbss",
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp87 f_pTBSS(NULL),
2183 if (NULL != f_pTBSS)
2184 pModule.getSymbolTable().changeToDynamic(*f_pTBSS);
2546 assert(NULL != f_pTBSS);
2547 return *f_pTBSS;
2552 assert(NULL != f_pTBSS);
2553 return *f_pTBSS;

Completed in 48 milliseconds