Lines Matching defs:name
77 { "print-file-name", 'A', NULL, 0,
78 N_("Print name of the input file before every symbol"), 0 },
240 /* The user didn't specify a name so we use a.out. */
529 return strcmp (g1->name, g2->name);
550 const char *name;
565 result = strcmp (g1->name, g2->name);
656 /* We are interested in five attributes: name, decl_file,
660 const char *name = dwarf_formstring (attr);
661 if (name == NULL)
690 newp->name = name;
755 char *name = NULL;
758 name = elf_strptr (ebl->elf, shstrndx, shdr->sh_name);
759 if (unlikely (name == NULL))
760 name = "[invalid section name]";
761 scnnames[elf_ndxscn (scn)] = name;
796 /* Printing entries with a zero-length name makes the output
825 /* If we have to precede the line with the file name. */
949 /* Printing entries with a zero-length name makes the output
972 /* If we have to precede the line with the file name. */
1081 /* Printing entries with a zero-length name makes the output
1104 /* If we have to precede the line with the file name. */
1203 const char *name;
1210 const char *name,
1215 if (get != NULL && get->name != NULL && strcmp (get->name, name) == 0)
1302 struct getdbg get = { .name = fname, .dbg = &dbg };
1355 /* Filter out administrative symbols without a name and those
1389 Dwarf_Global fake = { .name = symstr };
1441 .name = symstr,
1543 /* Create the full name of the file. */