Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Di386obsd-tdep.c199 static int i386obsd_uthread_reg_offset[] = variable
248 offset = i386obsd_uthread_reg_offset[I386_EIP_REGNUM] + 4; in i386obsd_supply_uthread()
253 for (i = 0; i < ARRAY_SIZE (i386obsd_uthread_reg_offset); i++) in i386obsd_supply_uthread()
255 if (i386obsd_uthread_reg_offset[i] != -1 in i386obsd_supply_uthread()
264 read_memory (sp + i386obsd_uthread_reg_offset[i], buf, 4); in i386obsd_supply_uthread()
292 offset = i386obsd_uthread_reg_offset[I386_EIP_REGNUM] + 4; in i386obsd_collect_uthread()
304 for (i = 0; i < ARRAY_SIZE (i386obsd_uthread_reg_offset); i++) in i386obsd_collect_uthread()
306 if (i386obsd_uthread_reg_offset[i] != -1 in i386obsd_collect_uthread()
316 write_memory (sp + i386obsd_uthread_reg_offset[i], buf, 4); in i386obsd_collect_uthread()