Searched refs:SVR4_SYMTAB_NAME (Results 1 – 3 of 3) sorted by relevance
36 static const char SVR4_SYMTAB_NAME[]; ///< SVR4 symtab entry name variable
294 if (0 == strncmp(header->name, Archive::SVR4_SYMTAB_NAME, in readSymbolTable()295 strlen(Archive::SVR4_SYMTAB_NAME))) in readSymbolTable()
22 const char Archive::SVR4_SYMTAB_NAME[] = "/ "; member in Archive