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

  /frameworks/compile/mclinker/include/mcld/LD/
ELFFileFormat.h 114 { return (NULL != f_pShStrTab) && (0 != f_pShStrTab->size()); }
417 assert(NULL != f_pShStrTab);
418 return *f_pShStrTab;
422 assert(NULL != f_pShStrTab);
423 return *f_pShStrTab;
675 LDSection* f_pShStrTab; // .shstrtab
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 41 f_pShStrTab(NULL),
146 f_pShStrTab = pBuilder.CreateSection(".shstrtab",

Completed in 674 milliseconds