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.h124 return (f_pShStrTab != NULL) && (f_pShStrTab->size() != 0); in hasShStrTab()
442 assert(f_pShStrTab != NULL); in getShStrTab()
443 return *f_pShStrTab; in getShStrTab()
447 assert(f_pShStrTab != NULL); in getShStrTab()
448 return *f_pShStrTab; in getShStrTab()
700 LDSection* f_pShStrTab; // .shstrtab variable
/frameworks/compile/mclinker/lib/LD/
DELFFileFormat.cpp41 f_pShStrTab(NULL), in ELFFileFormat()
142 f_pShStrTab = pBuilder.CreateSection( in initStdSections()