Searched refs:table_index (Results 1 – 8 of 8) sorted by relevance
104 u_int table_index; in pci_msi_alloc_vectors() local107 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()
81 get_tree_key(lutok::state& state, const int table_index, const int field_index) in get_tree_key() argument91 if (state.get_metafield(table_index, "tree_key")) { in get_tree_key()
349 int table_index = 0; in ip2k_is_switch_table_128() local371 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() local456 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()
457 unsigned long table_index = 0; in get_extended_arelt_filename() local464 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()
454 unsigned long table_index = 0; in get_extended_arelt_filename() local461 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()
246 __cp_eh_info for getting the eh info pointer. Add table_index to
638 * eh-common.h (struct eh_context): Add table_index for rethrows.