Home | History | Annotate | Download | only in src

Lines Matching refs:suffix

83 			  const char *suffix, const char *fname, size_t size,
85 static void process_elf_file (Elf *elf, const char *prefix, const char *suffix,
252 process_file (int fd, Elf *elf, const char *prefix, const char *suffix,
262 process_elf_file (elf, prefix, suffix, fname, size, only_one);
272 char new_suffix[(suffix == NULL ? 0 : strlen (suffix)) + 2];
280 strcpy (stpcpy (new_suffix, suffix), ")");
2536 process_elf_file (Elf *elf, const char *prefix, const char *suffix,
2550 printf ("\n%s(%s)%s:\n", prefix, fname, suffix);