Home
last modified time | relevance | path

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

/external/elfutils/src/
Delfcompress.c637 int symtab_compressed = T_UNSET; in process_file() local
735 symtab_compressed = T_COMPRESS_GNU; in process_file()
792 symtab_compressed = T_COMPRESS_ZLIB; in process_file()
884 if (symtab_compressed == T_UNSET) in process_file()
895 symtab_compressed = T_COMPRESS_ZLIB; in process_file()
905 symtab_compressed = T_COMPRESS_GNU; in process_file()
1149 if (symtab_compressed == T_UNSET) in process_file()
1179 symtab_compressed = T_COMPRESS_ZLIB; in process_file()
1182 symtab_compressed = T_COMPRESS_GNU; in process_file()
1186 if (symtab_compressed != T_UNSET) in process_file()
[all …]