Lines Matching defs:prefix
130 static int handle_ar (int fd, Elf *elf, const char *prefix, const char *fname,
134 static int handle_elf (int fd, Elf *elf, const char *prefix, const char *fname,
409 handle_ar (int fd, Elf *elf, const char *prefix, const char *fname,
413 size_t prefix_len = prefix != NULL ? strlen (prefix) : 0;
422 if (prefix != NULL)
423 cp = stpcpy (cp, prefix);
807 /* Demangle if necessary. Require GNU v3 ABI by the "_Z" prefix. */
929 const char *prefix, const char *fname, const char *fullname,
934 if (prefix != NULL && ! print_file_name)
960 /* Demangle if necessary. Require GNU v3 ABI by the "_Z" prefix. */
1061 const char *prefix, const char *fullname, GElf_SymX *syms,
1064 if (prefix != NULL && ! print_file_name)
1092 /* Demangle if necessary. Require GNU v3 ABI by the "_Z" prefix. */
1228 GElf_Shdr *shdr, const char *prefix, const char *fname,
1371 /* Demangle if necessary. Require GNU v3 ABI by the "_Z" prefix. */
1493 show_symbols_bsd (ebl->elf, ehdr, shdr->sh_link, prefix, fname, fullname,
1500 show_symbols_posix (ebl->elf, ehdr, shdr->sh_link, prefix, fullname,
1528 handle_elf (int fd, Elf *elf, const char *prefix, const char *fname,
1531 size_t prefix_len = prefix == NULL ? 0 : strlen (prefix);
1544 if (prefix != NULL)
1545 cp = mempcpy (cp, prefix, prefix_len);
1567 prefix ?: "", prefix ? "(" : "", fname, prefix ? ")" : "");
1609 show_symbols (fd, ebl, ehdr, scn, xndxscn, shdr, prefix, fname,
1617 prefix ?: "", prefix ? ":" : "", fname);