• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/

Lines Matching +defs:name +defs:pos

373 	printf (" (COMDAT %s %ld)", comdat->name, comdat->symbol);
473 if (sym->name == NULL || sym->name[0] == '\0')
529 /* We use a heuristic for the file name, to try to sort it after
591 get consistent results by sorting the symbols by name. */
643 /* Print the name of a symbol. */
650 const char *name;
653 name = bfd_asymbol_name (sym);
654 if (do_demangle && name[0] != '\0')
656 /* Demangle the name. */
657 alloc = demangle (abfd, name);
658 name = alloc;
662 (*info->fprintf_func) (info->stream, "%s", name);
664 printf ("%s", name);
918 /* Hold the last function name and the last line number we displayed
994 /* Get the name of the file. */
1102 /* We have reencountered a file name which we saw
1112 so I used a heuristic based on the file name. */
1184 size_t pos;
1198 size_t space = f->alloc - f->pos;
1201 n = vsnprintf (f->buffer + f->pos, space, format, args);
1210 f->pos += n;
1226 if (strcmp (only [i], section->name) == 0)
1277 sfile.pos = 0;
1376 sfile.pos = 0;
1422 if (sfile.pos)
1498 else if (sfile.pos)
1568 else if (q->howto->name)
1569 printf (": %s\t", q->howto->name);
1723 printf (_("Disassembly of section %s:\n"), section->name);
1978 sec = bfd_get_section_by_name (abfd, section->name);
1999 section->name);
2023 const char *name = bfd_get_section_name (abfd, section);
2027 if (CONST_STRNEQ (name, ".gnu.linkonce.wi."))
2030 match = name;
2033 if (strcmp (debug_displays[i].section.name, match) == 0)
2081 generic_dwarf_sections [i] = debug_displays[i].section.name;
2087 debug_displays[i].section.name = mach_o_dwarf_sections [i];
2090 debug_displays[i].section.name = generic_dwarf_sections [i];
2198 const char *name;
2211 /* Either print the stab name, or, if unnamed, print its number
2213 name = bfd_get_stab_name (type);
2214 if (name != NULL)
2215 printf ("%-6s", name);
2264 /* If the prefix matches, and the files section name ends with a
2267 if (strncmp (sought->section_name, section->name, len) == 0
2268 && (section->name[len] == 0
2269 || (section->name[len] == '.' && ISDIGIT (section->name[len + 1]))))
2277 stabs = (bfd_byte *) read_section_stabs (abfd, section->name,
2280 print_section_stabs (abfd, section->name, &sought->string_offset);
2376 printf (_("Contents of section %s:\n"), section->name);
2518 const char *name = (*current)->name;
2520 if (do_demangle && name != NULL && *name != '\0')
2524 /* If we want to demangle the name, we demangle it
2527 alloc = demangle (cur_bfd, name);
2528 (*current)->name = alloc;
2531 (*current)->name = name;
2620 sym_name = (*(q->sym_ptr_ptr))->name;
2621 section_name = (*(q->sym_ptr_ptr))->section->name;
2632 else if (q->howto->name)
2633 printf (" %-16s ", q->howto->name);
2675 printf ("RELOCATION RECORDS FOR [%s]:", section->name);
2786 abfd->xvec->name);