Home
last modified time | relevance | path

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

/external/elfutils/src/
Delfcompress.c673 int symtab_compressed = T_UNSET; in process_file() local
771 symtab_compressed = T_COMPRESS_GNU; in process_file()
828 symtab_compressed = T_COMPRESS_ZLIB; in process_file()
920 if (symtab_compressed == T_UNSET) in process_file()
931 symtab_compressed = T_COMPRESS_ZLIB; in process_file()
941 symtab_compressed = T_COMPRESS_GNU; in process_file()
1189 if (symtab_compressed == T_UNSET) in process_file()
1219 symtab_compressed = T_COMPRESS_ZLIB; in process_file()
1222 symtab_compressed = T_COMPRESS_GNU; in process_file()
1226 if (symtab_compressed != T_UNSET) in process_file()
[all …]