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

/frameworks/compile/mclinker/include/mcld/LD/
H A DELFFileFormat.h126 { return (NULL != f_pTBSS) && (0 != f_pTBSS->size()); }
441 assert(NULL != f_pTBSS);
442 return *f_pTBSS;
446 assert(NULL != f_pTBSS);
447 return *f_pTBSS;
643 LDSection* f_pTBSS; // .tbss member in class:mcld::ELFFileFormat

Completed in 29 milliseconds