Home
last modified time | relevance | path

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

/external/elfutils/src/
Dobjdump.c294 char new_suffix[suffix_len + 2]; in handle_ar() local
305 cp = new_suffix; in handle_ar()
322 new_suffix); in handle_ar()
325 new_suffix); in handle_ar()
329 new_prefix, arhdr->ar_name, new_suffix); in handle_ar()
Dnm.c417 char new_suffix[suffix_len + 2]; in handle_ar() local
428 cp = new_suffix; in handle_ar()
484 new_suffix); in handle_ar()
487 new_suffix); in handle_ar()
491 new_prefix, arhdr->ar_name, new_suffix); in handle_ar()
Delflint.c252 char new_suffix[(suffix == NULL ? 0 : strlen (suffix)) + 2]; in process_file() local
260 strcpy (stpcpy (new_suffix, suffix), ")"); in process_file()
263 new_suffix[0] = '\0'; in process_file()
277 process_file (fd, subelf, new_prefix, new_suffix, in process_file()