Lines Matching defs:prefix
116 static int handle_elf (int fd, Elf *elf, const char *prefix,
120 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname,
981 handle_elf (int fd, Elf *elf, const char *prefix, const char *fname,
984 size_t prefix_len = prefix == NULL ? 0 : strlen (prefix);
1027 if (prefix != NULL)
1029 cp = mempcpy (cp, prefix, prefix_len);
2718 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname,
2721 size_t prefix_len = prefix == NULL ? 0 : strlen (prefix);
2727 if (prefix != NULL)
2729 cp = mempcpy (cp, prefix, prefix_len);