HomeSort by relevance Sort by last modified time
    Searched refs:f_pTBSS (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 126 { return (NULL != f_pTBSS) && (0 != f_pTBSS->size()); }
450 assert(NULL != f_pTBSS);
451 return *f_pTBSS;
455 assert(NULL != f_pTBSS);
456 return *f_pTBSS;
681 LDSection* f_pTBSS; // .tbss
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 44 f_pTBSS(NULL),
165 f_pTBSS = pBuilder.CreateSection(".tbss",
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 497 LDSymbol* f_pTBSS;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 81 f_pTBSS(NULL),
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 499 if (NULL == f_pTBSS)
500 f_pTBSS = pModule.getSectionSymbolSet().get(*sym_sect);
    [all...]

Completed in 51 milliseconds