HomeSort by: relevance | last modified time | path
    Searched defs:thesym (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
nm.c 745 carsym *thesym;
748 for (idx = bfd_get_next_mapent (abfd, idx, &thesym);
750 idx = bfd_get_next_mapent (abfd, idx, &thesym))
757 if (thesym->name != NULL)
759 print_symname ("%s", NULL, thesym->name, abfd);
742 carsym *thesym; local
  /src/external/gpl3/binutils.old/dist/binutils/
nm.c 751 carsym *thesym;
754 for (idx = bfd_get_next_mapent (abfd, idx, &thesym);
756 idx = bfd_get_next_mapent (abfd, idx, &thesym))
763 if (thesym->name != NULL)
765 print_symname ("%s", NULL, thesym->name, abfd);
748 carsym *thesym; local

Completed in 50 milliseconds