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 117 { return (NULL != f_pShStrTab) && (0 != f_pShStrTab->size()); }
420 assert(NULL != f_pShStrTab);
421 return *f_pShStrTab;
425 assert(NULL != f_pShStrTab);
426 return *f_pShStrTab;
678 LDSection* f_pShStrTab; // .shstrtab
  /frameworks/compile/mclinker/lib/LD/
ELFFileFormat.cpp 41 f_pShStrTab(NULL),
146 f_pShStrTab = pBuilder.CreateSection(".shstrtab",

Completed in 20 milliseconds