Home
last modified time | relevance | path

Searched refs:table_index (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/arch/x86/pci/
Dpci_msi_machdep.c104 u_int table_index; in pci_msi_alloc_vectors() local
107 table_index = i; in pci_msi_alloc_vectors()
109 table_index = table_indexes[i]; in pci_msi_alloc_vectors()
111 pih = pci_msi_calculate_handle(msi_pic, table_index); in pci_msi_alloc_vectors()
/netbsd/src/external/bsd/kyua-cli/dist/utils/config/
Dlua_module.cpp81 get_tree_key(lutok::state& state, const int table_index, const int field_index) in get_tree_key() argument
91 if (state.get_metafield(table_index, "tree_key")) { in get_tree_key()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf32-ip2k.c349 int table_index = 0; in ip2k_is_switch_table_128() local
371 return table_index; in ip2k_is_switch_table_128()
377 table_index++; in ip2k_is_switch_table_128()
429 int table_index = 0; in ip2k_is_switch_table_256() local
456 return table_index; in ip2k_is_switch_table_256()
465 return table_index; in ip2k_is_switch_table_256()
471 table_index++; in ip2k_is_switch_table_256()
Darchive.c457 unsigned long table_index = 0; in get_extended_arelt_filename() local
464 table_index = strtol (name + 1, (char **) &endp, 10); in get_extended_arelt_filename()
465 if (errno != 0 || table_index >= bfd_ardata (arch)->extended_names_size) in get_extended_arelt_filename()
486 return bfd_ardata (arch)->extended_names + table_index; in get_extended_arelt_filename()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf32-ip2k.c349 int table_index = 0; in ip2k_is_switch_table_128() local
371 return table_index; in ip2k_is_switch_table_128()
377 table_index++; in ip2k_is_switch_table_128()
429 int table_index = 0; in ip2k_is_switch_table_256() local
456 return table_index; in ip2k_is_switch_table_256()
465 return table_index; in ip2k_is_switch_table_256()
471 table_index++; in ip2k_is_switch_table_256()
Darchive.c454 unsigned long table_index = 0; in get_extended_arelt_filename() local
461 table_index = strtol (name + 1, (char **) &endp, 10); in get_extended_arelt_filename()
462 if (errno != 0 || table_index >= bfd_ardata (arch)->extended_names_size) in get_extended_arelt_filename()
483 return bfd_ardata (arch)->extended_names + table_index; in get_extended_arelt_filename()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-1998246 __cp_eh_info for getting the eh info pointer. Add table_index to
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-1998638 * eh-common.h (struct eh_context): Add table_index for rethrows.