Searched refs:ndsyms (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/binutils/binutils/
H A Dod-xcoff.c1038 unsigned int ndsyms; local
1073 ndsyms = bfd_h_get_32 (abfd, lhdr->l_nsyms);
1074 printf (_(" nbr symbols: %u\n"), ndsyms);
1093 for (i = 0; i < ndsyms; i++, ldsym++)
1130 + ndsyms * sizeof (*ldsym));

Completed in 95 milliseconds