Searched refs:table (Results 1 – 7 of 7) sorted by relevance
230 for table in tables:231 table.numbers = load_arch_syscall_header(table.path)234 defined = [table.name for table in tables235 if nr in table.numbers]236 undefined = [table.name for table in tables237 if nr not in table.numbers]
182 const struct fde_table *table = (const struct fde_table *) p; in _Unwind_IteratePhdrCallback() local190 if (data->pc < table[0].initial_loc + data_base) in _Unwind_IteratePhdrCallback()192 else if (data->pc < table[mid].initial_loc + data_base) in _Unwind_IteratePhdrCallback()200 if (data->pc < table[mid].initial_loc + data_base) in _Unwind_IteratePhdrCallback()202 else if (data->pc >= table[mid + 1].initial_loc + data_base) in _Unwind_IteratePhdrCallback()212 f = (fde *) (table[mid].fde + data_base); in _Unwind_IteratePhdrCallback()217 if (data->pc < table[mid].initial_loc + data_base + range) in _Unwind_IteratePhdrCallback()219 data->func = (void *) (table[mid].initial_loc + data_base); in _Unwind_IteratePhdrCallback()
19 # GNU-style hash table with translation table.
2 override define generate-8bit-table
157 addl tmp4 = @ltoff(.table), gp239 .table: label
379 add tmp4 = @ltoff(.table), gp425 .table: label
85 # need a jump table indexed by the low 3 bits of the count argument.
Completed in 10 milliseconds