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.h126 { return (NULL != f_pTBSS) && (0 != f_pTBSS->size()); } in hasTBSS()
450 assert(NULL != f_pTBSS); in getTBSS()
451 return *f_pTBSS; in getTBSS()
455 assert(NULL != f_pTBSS); in getTBSS()
456 return *f_pTBSS; in getTBSS()
681 LDSection* f_pTBSS; // .tbss variable
/frameworks/compile/mclinker/include/mcld/Target/
DGNULDBackend.h237 bool hasTBSSSymbol() const { return (NULL != f_pTBSS); } in hasTBSSSymbol()
240 void setTBSSSymbol(LDSymbol& pTBSS) { f_pTBSS = &pTBSS; } in setTBSSSymbol()
504 LDSymbol* f_pTBSS; variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp44 f_pTBSS(NULL), in ELFFileFormat()
165 f_pTBSS = pBuilder.CreateSection(".tbss", in initStdSections()
/frameworks/compile/mclinker/lib/Target/
DGNULDBackend.cpp87 f_pTBSS(NULL), in GNULDBackend()
2183 if (NULL != f_pTBSS) in preLayout()
2184 pModule.getSymbolTable().changeToDynamic(*f_pTBSS); in preLayout()
2546 assert(NULL != f_pTBSS); in getTBSSSymbol()
2547 return *f_pTBSS; in getTBSSSymbol()
2552 assert(NULL != f_pTBSS); in getTBSSSymbol()
2553 return *f_pTBSS; in getTBSSSymbol()