Home
last modified time | relevance | path

Searched refs:f_pShStrTab (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
DELFFileFormat.h114 { return (NULL != f_pShStrTab) && (0 != f_pShStrTab->size()); } in hasShStrTab()
417 assert(NULL != f_pShStrTab); in getShStrTab()
418 return *f_pShStrTab; in getShStrTab()
422 assert(NULL != f_pShStrTab); in getShStrTab()
423 return *f_pShStrTab; in getShStrTab()
675 LDSection* f_pShStrTab; // .shstrtab variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp41 f_pShStrTab(NULL), in ELFFileFormat()
146 f_pShStrTab = pBuilder.CreateSection(".shstrtab", in initStdSections()