Lines Matching defs:prefix
89 static void process_file (int fd, Elf *elf, const char *prefix,
92 static void process_elf_file (Elf *elf, const char *prefix, const char *suffix,
231 process_file (int fd, Elf *elf, const char *prefix, const char *suffix,
241 process_elf_file (elf, prefix, suffix, fname, size, only_one);
248 size_t prefix_len = prefix == NULL ? 0 : strlen (prefix);
255 if (prefix != NULL)
257 cp = mempcpy (cp, prefix, prefix_len);
3680 #define IS_KNOWN_SPECIAL(idx, string, prefix) \
3681 (special_sections[idx].namelen == sizeof string - (prefix ? 1 : 0) \
3683 sizeof string - (prefix ? 1 : 0)))
4767 process_elf_file (Elf *elf, const char *prefix, const char *suffix,
4786 if (prefix != NULL)
4787 printf ("\n%s(%s)%s:\n", prefix, fname, suffix);