Home
last modified time | relevance | path

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

/external/elfutils/src/
Delfcompress.c633 int shstrtab_compressed = T_UNSET; in process_file() local
728 shstrtab_compressed = T_COMPRESS_GNU; in process_file()
784 shstrtab_compressed = T_COMPRESS_ZLIB; in process_file()
1008 if (shstrtab_compressed == T_UNSET) in process_file()
1038 shstrtab_compressed = T_COMPRESS_ZLIB; in process_file()
1040 shstrtab_compressed = T_COMPRESS_GNU; in process_file()
1044 if (shstrtab_compressed != T_UNSET) in process_file()
1048 shstrtab_compressed == T_COMPRESS_GNU, in process_file()