Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h135 bool hasTBSS() const { return (f_pTBSS != NULL) && (f_pTBSS->size() != 0); } in hasTBSS()
472 assert(f_pTBSS != NULL); in getTBSS()
473 return *f_pTBSS; in getTBSS()
477 assert(f_pTBSS != NULL); in getTBSS()
478 return *f_pTBSS; in getTBSS()
703 LDSection* f_pTBSS; // .tbss variable
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h282 bool hasTBSSSymbol() const { return (f_pTBSS != NULL); } in hasTBSSSymbol()
285 void setTBSSSymbol(LDSymbol& pTBSS) { f_pTBSS = &pTBSS; } in setTBSSSymbol()
562 LDSymbol* f_pTBSS; variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp44 f_pTBSS(NULL), in ELFFileFormat()
155 f_pTBSS = pBuilder.CreateSection( in initStdSections()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp102 f_pTBSS(NULL), in GNULDBackend()
2509 if (f_pTBSS != NULL) in preLayout()
2510 pModule.getSymbolTable().changeToDynamic(*f_pTBSS); in preLayout()
2835 assert(f_pTBSS != NULL); in getTBSSSymbol()
2836 return *f_pTBSS; in getTBSSSymbol()
2840 assert(f_pTBSS != NULL); in getTBSSSymbol()
2841 return *f_pTBSS; in getTBSSSymbol()