Lines Matching defs:prefix
93 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname,
97 static int handle_elf (Elf *elf, const char *prefix, const char *fname,
286 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname,
290 size_t prefix_len = prefix != NULL ? strlen (prefix) : 0;
299 if (prefix != NULL)
300 cp = stpcpy (cp, prefix);
750 handle_elf (Elf *elf, const char *prefix, const char *fname,
764 size_t prefix_len = prefix == NULL ? 0 : strlen (prefix);
769 if (prefix != NULL)
770 cp = mempcpy (cp, prefix, prefix_len);