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

/netbsd-current/external/gpl3/binutils/dist/include/som/
H A Dlst.h35 unsigned char module_count[4]; member in struct:som_external_lst_header
H A Dinternal.h191 unsigned int module_count; member in struct:som_lst_header
/netbsd-current/external/gpl3/gdb.old/dist/include/som/
H A Dlst.h35 unsigned char module_count[4]; member in struct:som_external_lst_header
H A Dinternal.h191 unsigned int module_count; member in struct:som_lst_header
/netbsd-current/external/gpl3/gdb/dist/include/som/
H A Dlst.h35 unsigned char module_count[4]; member in struct:som_external_lst_header
H A Dinternal.h191 unsigned int module_count; member in struct:som_lst_header
/netbsd-current/external/gpl3/binutils.old/dist/include/som/
H A Dlst.h35 unsigned char module_count[4]; member in struct:som_external_lst_header
H A Dinternal.h191 unsigned int module_count; member in struct:som_lst_header
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Di386-windows-tdep.c96 int module_count; member in struct:cpms_data
139 if (data->module_count != 0)
142 data->module_count++;
/netbsd-current/sys/arch/x86/x86/
H A Dmultiboot2.c457 mbi_modules(char *mbi, uint32_t mbi_size, int module_count) argument
465 bim_len = sizeof(*bim) + (module_count * sizeof(*bie));
471 bim->num = module_count;
654 int module_count = 0; local
683 module_count++;
729 if (module_count > 0)
730 mbi_modules(mbi, mbi_size, module_count);
/netbsd-current/sys/sys/
H A Dmodule.h172 extern u_int module_count;
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dlog.c154 unsigned int module_count; member in struct:isc_log
285 lctx->module_count = 0;
495 lctx->module_count = 0;
678 modp->id = lctx->module_count++;
805 REQUIRE(module == NULL || module->id < lctx->module_count);
1070 REQUIRE(module == NULL || module->id < lctx->module_count);
1441 REQUIRE(module->id < lctx->module_count);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dlog.c148 unsigned int module_count; member in struct:isc_log
267 lctx->module_count = 0;
424 lctx->module_count = 0;
617 modp->id = lctx->module_count++;
738 REQUIRE(module == NULL || module->id < lctx->module_count);
948 REQUIRE(module == NULL || module->id < lctx->module_count);
1534 REQUIRE(module->id < lctx->module_count);
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dlog.c152 unsigned int module_count; member in struct:isc_log
270 lctx->module_count = 0;
427 lctx->module_count = 0;
620 modp->id = lctx->module_count++;
741 REQUIRE(module == NULL || module->id < lctx->module_count);
951 REQUIRE(module == NULL || module->id < lctx->module_count);
1539 REQUIRE(module->id < lctx->module_count);
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dsom.c1929 dst->module_count = bfd_getb32 (src->module_count);
6043 if (_bfd_mul_overflow (lst_header->module_count,
6051 if (som_dict == NULL && lst_header->module_count != 0)
6109 if (ndx >= lst_header->module_count)
6160 if (ndx >= lst_header->module_count)
6397 unsigned int module_count;
6410 module_count = bfd_getb32 (lst.module_count);
6411 if (_bfd_mul_overflow (module_count,
6396 unsigned int module_count; local
6664 unsigned int module_count; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dsom.c1930 dst->module_count = bfd_getb32 (src->module_count);
6025 if (_bfd_mul_overflow (lst_header->module_count,
6033 if (som_dict == NULL && lst_header->module_count != 0)
6091 if (ndx >= lst_header->module_count)
6142 if (ndx >= lst_header->module_count)
6379 unsigned int module_count;
6392 module_count = bfd_getb32 (lst.module_count);
6393 if (_bfd_mul_overflow (module_count,
6378 unsigned int module_count; local
6646 unsigned int module_count; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dsom.c1930 dst->module_count = bfd_getb32 (src->module_count);
6053 if (_bfd_mul_overflow (lst_header->module_count,
6061 if (som_dict == NULL && lst_header->module_count != 0)
6119 if (ndx >= lst_header->module_count)
6170 if (ndx >= lst_header->module_count)
6407 unsigned int module_count;
6420 module_count = bfd_getb32 (lst.module_count);
6421 if (_bfd_mul_overflow (module_count,
6406 unsigned int module_count; local
6674 unsigned int module_count; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dsom.c1929 dst->module_count = bfd_getb32 (src->module_count);
6043 if (_bfd_mul_overflow (lst_header->module_count,
6051 if (som_dict == NULL && lst_header->module_count != 0)
6109 if (ndx >= lst_header->module_count)
6160 if (ndx >= lst_header->module_count)
6397 unsigned int module_count;
6410 module_count = bfd_getb32 (lst.module_count);
6411 if (_bfd_mul_overflow (module_count,
6396 unsigned int module_count; local
6664 unsigned int module_count; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dwindows-tdep.c1090 int module_count; member in struct:cpms_data
1145 if (data->module_count != 0)
1148 data->module_count++;
/netbsd-current/sys/kern/
H A Dkern_module.c98 u_int module_count; variable
836 module_count++;
1517 module_count--;

Completed in 209 milliseconds