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

  /src/external/gpl3/binutils/dist/include/som/
lst.h 35 unsigned char module_count[4]; member in struct:som_external_lst_header
internal.h 191 unsigned int module_count; member in struct:som_lst_header
  /src/external/gpl3/binutils.old/dist/include/som/
lst.h 35 unsigned char module_count[4]; member in struct:som_external_lst_header
internal.h 191 unsigned int module_count; member in struct:som_lst_header
  /src/external/gpl3/gdb.old/dist/include/som/
lst.h 35 unsigned char module_count[4]; member in struct:som_external_lst_header
internal.h 191 unsigned int module_count; member in struct:som_lst_header
  /src/external/gpl3/gdb/dist/include/som/
lst.h 35 unsigned char module_count[4]; member in struct:som_external_lst_header
internal.h 191 unsigned int module_count; member in struct:som_lst_header
  /src/sys/arch/x86/x86/
multiboot2.c 457 mbi_modules(char *mbi, uint32_t mbi_size, int module_count)
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);
  /src/sys/sys/
module.h 172 extern u_int module_count;
  /src/external/bsd/ntp/dist/libntp/lib/isc/
log.c 154 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);
  /src/external/mpl/bind/dist/lib/isc/
log.c 146 unsigned int module_count; member in struct:isc_log
401 lctx->module_count = 0;
593 modp->id = lctx->module_count++;
714 REQUIRE(module == NULL || module->id < lctx->module_count);
926 REQUIRE(module == NULL || module->id < lctx->module_count);
1504 REQUIRE(module->id < lctx->module_count);
  /src/external/mpl/dhcp/bind/dist/lib/isc/
log.c 148 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);
  /src/external/gpl3/binutils/dist/bfd/
som.c 1930 dst->module_count = bfd_getb32 (src->module_count);
5975 if (_bfd_mul_overflow (lst_header->module_count,
5983 if (som_dict == NULL && lst_header->module_count != 0)
6041 if (ndx >= lst_header->module_count)
6092 if (ndx >= lst_header->module_count)
6329 unsigned int module_count;
6342 module_count = bfd_getb32 (lst.module_count);
6343 if (_bfd_mul_overflow (module_count,
6328 unsigned int module_count; local
6596 unsigned int module_count; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
som.c 1930 dst->module_count = bfd_getb32 (src->module_count);
5969 if (_bfd_mul_overflow (lst_header->module_count,
5977 if (som_dict == NULL && lst_header->module_count != 0)
6035 if (ndx >= lst_header->module_count)
6086 if (ndx >= lst_header->module_count)
6323 unsigned int module_count;
6336 module_count = bfd_getb32 (lst.module_count);
6337 if (_bfd_mul_overflow (module_count,
6322 unsigned int module_count; local
6590 unsigned int module_count; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
som.c 1930 dst->module_count = bfd_getb32 (src->module_count);
5968 if (_bfd_mul_overflow (lst_header->module_count,
5976 if (som_dict == NULL && lst_header->module_count != 0)
6034 if (ndx >= lst_header->module_count)
6085 if (ndx >= lst_header->module_count)
6322 unsigned int module_count;
6335 module_count = bfd_getb32 (lst.module_count);
6336 if (_bfd_mul_overflow (module_count,
6321 unsigned int module_count; local
6589 unsigned int module_count; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
som.c 1930 dst->module_count = bfd_getb32 (src->module_count);
5969 if (_bfd_mul_overflow (lst_header->module_count,
5977 if (som_dict == NULL && lst_header->module_count != 0)
6035 if (ndx >= lst_header->module_count)
6086 if (ndx >= lst_header->module_count)
6323 unsigned int module_count;
6336 module_count = bfd_getb32 (lst.module_count);
6337 if (_bfd_mul_overflow (module_count,
6322 unsigned int module_count; local
6590 unsigned int module_count; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
windows-tdep.c 1091 int module_count; member in struct:cpms_data
1146 if (data->module_count != 0)
1149 data->module_count++;
  /src/external/gpl3/gdb/dist/gdb/
windows-tdep.c 1102 int module_count; member in struct:cpms_data
1157 if (data->module_count != 0)
1160 data->module_count++;
  /src/sys/kern/
kern_module.c 111 u_int module_count; variable
871 module_count++;
1557 module_count--;

Completed in 99 milliseconds