Home
last modified time | relevance | path

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

/external/elfutils/src/
Delfcompress.c51 #define T_UNSET 0 macro
55 static int type = T_UNSET;
121 if (type != T_UNSET) in parse_opt()
135 if (type == T_UNSET) in parse_opt()
669 int shstrtab_compressed = T_UNSET; in process_file()
673 int symtab_compressed = T_UNSET; in process_file()
920 if (symtab_compressed == T_UNSET) in process_file()
1048 if (shstrtab_compressed == T_UNSET) in process_file()
1084 if (shstrtab_compressed != T_UNSET) in process_file()
1189 if (symtab_compressed == T_UNSET) in process_file()
[all …]