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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Drescoff.c69 bfd_byte name_count[2]; member in struct:extern_res_directory
186 int name_count, id_count, i;
202 name_count = windres_get_16 (wrbfd, erd->name_count, 2);
211 for (i = 0; i < name_count; i++, ere++)
650 windres_put_16 (cwi->wrbfd, erd->name_count, cn);
185 int name_count, id_count, i; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddarwin-nat-info.c198 unsigned int name_count, type_count; local
207 result = mach_port_names (task, &names, &name_count, &types, &type_count);
210 gdb_assert (name_count == type_count);
214 for (index = 0; index < name_count; ++index)
299 (name_count * sizeof (mach_port_t)));

Completed in 104 milliseconds