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.h282 bool hasTBSSSymbol() const { return (f_pTBSS != NULL); }
285 void setTBSSSymbol(LDSymbol& pTBSS) { f_pTBSS = &pTBSS; }
562 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),
2509 if (f_pTBSS != NULL)
2510 pModule.getSymbolTable().changeToDynamic(*f_pTBSS);
2835 assert(f_pTBSS != NULL);
2836 return *f_pTBSS;
2840 assert(f_pTBSS != NULL);
2841 return *f_pTBSS;

Completed in 52 milliseconds