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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 120 { return (NULL != f_pSymTab) && (0 != f_pSymTab->size()); }
437 assert(NULL != f_pSymTab);
438 return *f_pSymTab;
442 assert(NULL != f_pSymTab);
443 return *f_pSymTab;
677 LDSection* f_pSymTab; // .symtab
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 43 f_pSymTab(NULL),
154 f_pSymTab = pBuilder.CreateSection(".symtab",

Completed in 64 milliseconds