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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h135 bool hasTBSS() const { return (f_pTBSS != NULL) && (f_pTBSS->size() != 0); }
472 assert(f_pTBSS != NULL);
473 return *f_pTBSS;
477 assert(f_pTBSS != NULL);
478 return *f_pTBSS;
703 LDSection* f_pTBSS; // .tbss member in class:mcld::ELFFileFormat
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h279 bool hasTBSSSymbol() const { return (f_pTBSS != NULL); }
282 void setTBSSSymbol(LDSymbol& pTBSS) { f_pTBSS = &pTBSS; }
556 LDSymbol* f_pTBSS; member in class:mcld::GNULDBackend
/frameworks/compile/mclinker/lib/LD/
H A DELFFileFormat.cpp44 f_pTBSS(NULL),
155 f_pTBSS = pBuilder.CreateSection(
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp102 f_pTBSS(NULL),
2503 if (f_pTBSS != NULL)
2504 pModule.getSymbolTable().changeToDynamic(*f_pTBSS);
2829 assert(f_pTBSS != NULL);
2830 return *f_pTBSS;
2834 assert(f_pTBSS != NULL);
2835 return *f_pTBSS;

Completed in 60 milliseconds