Home
last modified time | relevance | path

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

/dports/sysutils/pax-utils/pax-utils-1.3.3/
H A Dscanelf.c1179 bool inc_notype, inc_object, inc_func, inc_file, in scanelf_match_symname() local
1185 inc_notype = inc_object = inc_func = inc_file = in scanelf_match_symname()
1192 if (!inc_notype) { in scanelf_match_symname()
1199 case 'n': inc_notype = true; break; in scanelf_match_symname()
1219 if (!inc_notype && !inc_object && !inc_func && !inc_file) in scanelf_match_symname()
1220 inc_notype = inc_object = inc_func = inc_file = true; in scanelf_match_symname()
1238 if ((!inc_notype && stt == STT_NOTYPE ) || \ in scanelf_match_symname()