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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h123 { return (NULL != f_pTBSS) && (0 != f_pTBSS->size()); }
447 assert(NULL != f_pTBSS);
448 return *f_pTBSS;
452 assert(NULL != f_pTBSS);
453 return *f_pTBSS;
678 LDSection* f_pTBSS; // .tbss member in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h285 bool hasTBSSSymbol() const { return (NULL != f_pTBSS); }
288 void setTBSSSymbol(LDSymbol& pTBSS) { f_pTBSS = &pTBSS; }
570 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.cpp103 f_pTBSS(NULL),
2609 if (NULL != f_pTBSS)
2610 pModule.getSymbolTable().changeToDynamic(*f_pTBSS);
2975 assert(NULL != f_pTBSS);
2976 return *f_pTBSS;
2981 assert(NULL != f_pTBSS);
2982 return *f_pTBSS;

Completed in 353 milliseconds