Home
last modified time | relevance | path

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

/external/elfutils/src/
Delfcompress.c50 #define T_UNSET 0 macro
54 static int type = T_UNSET;
125 if (type != T_UNSET) in parse_opt()
139 if (type == T_UNSET) in parse_opt()
633 int shstrtab_compressed = T_UNSET; in process_file()
637 int symtab_compressed = T_UNSET; in process_file()
884 if (symtab_compressed == T_UNSET) in process_file()
1008 if (shstrtab_compressed == T_UNSET) in process_file()
1044 if (shstrtab_compressed != T_UNSET) in process_file()
1149 if (symtab_compressed == T_UNSET) in process_file()
[all …]