Home
last modified time | relevance | path

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

/external/elfutils/src/
Dobjdump.c306 char new_suffix[suffix_len + 2]; in handle_ar() local
317 cp = new_suffix; in handle_ar()
334 new_suffix); in handle_ar()
337 new_suffix); in handle_ar()
341 new_prefix, arhdr->ar_name, new_suffix); in handle_ar()
Dnm.c431 char new_suffix[suffix_len + 2]; in handle_ar() local
442 cp = new_suffix; in handle_ar()
498 new_suffix); in handle_ar()
501 new_suffix); in handle_ar()
505 new_prefix, arhdr->ar_name, new_suffix); in handle_ar()
Delflint.c266 char new_suffix[(suffix == NULL ? 0 : strlen (suffix)) + 2]; in process_file() local
274 strcpy (stpcpy (new_suffix, suffix), ")"); in process_file()
277 new_suffix[0] = '\0'; in process_file()
291 process_file (fd, subelf, new_prefix, new_suffix, in process_file()