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

/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dpdb.c1870 unsigned int syment_count; local
1874 syment_count = obj_raw_syment_count (mod);
1879 symbols = xmalloc (sizeof (struct internal_syment) * syment_count);
1880 sectlist = xmalloc (sizeof (asection *) * syment_count);
1884 for (unsigned int i = 0; i < syment_count; i++)
1893 for (unsigned int i = 0; i < syment_count; i++)

Completed in 128 milliseconds