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

  /src/external/gpl3/binutils/dist/binutils/
od-xcoff.c 1039 unsigned int ndrel; local
1075 ndrel = bfd_h_get_32 (abfd, lhdr->l_nreloc);
1076 printf (_(" nbr relocs: %u\n"), ndrel);
1131 for (i = 0; i < ndrel; i++, ldrel++)
  /src/external/gpl3/binutils.old/dist/binutils/
od-xcoff.c 1039 unsigned int ndrel; local
1075 ndrel = bfd_h_get_32 (abfd, lhdr->l_nreloc);
1076 printf (_(" nbr relocs: %u\n"), ndrel);
1131 for (i = 0; i < ndrel; i++, ldrel++)

Completed in 33 milliseconds