Lines Matching defs:prefix
95 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname);
340 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname)
342 size_t prefix_len = prefix == NULL ? 0 : strlen (prefix);
348 if (prefix != NULL)
350 cp = mempcpy (cp, prefix, prefix_len);
377 if (prefix == NULL)
387 show_sysv (Elf *elf, const char *prefix, const char *fname,
415 if (prefix != NULL)
416 printf (_(" (ex %s)"), prefix);
514 show_bsd (Elf *elf, const char *prefix, const char *fname,
556 if (prefix != NULL)
557 printf (_(" (ex %s)"), prefix);
634 handle_elf (Elf *elf, const char *prefix, const char *fname)
636 size_t prefix_len = prefix == NULL ? 0 : strlen (prefix);
642 if (prefix != NULL)
644 cp = mempcpy (cp, prefix, prefix_len);
650 show_sysv (elf, prefix, fname, fullname);
659 show_bsd (elf, prefix, fname, fullname);