Home
last modified time | relevance | path

Searched refs:table (Results 1 – 7 of 7) sorted by relevance

/sysdeps/unix/sysv/linux/
A Dglibcsyscalls.py230 for table in tables:
231 table.numbers = load_arch_syscall_header(table.path)
234 defined = [table.name for table in tables
235 if nr in table.numbers]
236 undefined = [table.name for table in tables
237 if nr not in table.numbers]
/sysdeps/generic/
A Dunwind-dw2-fde-glibc.c182 const struct fde_table *table = (const struct fde_table *) p; in _Unwind_IteratePhdrCallback() local
190 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()
/sysdeps/unix/sysv/linux/mips/
A Dlibc-abis19 # GNU-style hash table with translation table.
/sysdeps/s390/multiarch/
A DMakefile2 override define generate-8bit-table
/sysdeps/ia64/
A Dmemmove.S157 addl tmp4 = @ltoff(.table), gp
239 .table: label
A Dmemcpy.S379 add tmp4 = @ltoff(.table), gp
425 .table: label
/sysdeps/alpha/alphaev6/
A Daddmul_1.S85 # need a jump table indexed by the low 3 bits of the count argument.

Completed in 10 milliseconds