Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDregcache.c130 gdb_assert (MAX_REGISTER_SIZE >= descr->sizeof_register[i]); in init_regcache_descr()
140 gdb_assert (MAX_REGISTER_SIZE >= descr->sizeof_register[i]); in init_regcache_descr()
297 gdb_byte buf[MAX_REGISTER_SIZE]; in regcache_save()
339 gdb_byte buf[MAX_REGISTER_SIZE]; in regcache_restore()
910 gdb_byte reg[MAX_REGISTER_SIZE]; in regcache_xfer_part()
1133 gdb_byte buf[MAX_REGISTER_SIZE]; in regcache_dump()
HDrecord-full.c731 gdb_byte reg[MAX_REGISTER_SIZE]; in record_full_exec_insn()
855 record_full_core_regbuf = xmalloc (MAX_REGISTER_SIZE * regnum); in record_full_core_open_1()
858 record_full_core_regbuf + MAX_REGISTER_SIZE * i); in record_full_core_open_1()
2146 record_full_core_regbuf + MAX_REGISTER_SIZE * i); in record_full_core_fetch_registers()
2150 record_full_core_regbuf + MAX_REGISTER_SIZE * regno); in record_full_core_fetch_registers()
2169 record_full_core_regbuf + MAX_REGISTER_SIZE * regno); in record_full_core_store_registers()
HDframe.c1010 gdb_byte buf[MAX_REGISTER_SIZE]; in frame_unwind_register_signed()
1028 gdb_byte buf[MAX_REGISTER_SIZE]; in frame_unwind_register_unsigned()
1168 gdb_byte buf[MAX_REGISTER_SIZE]; in get_frame_register_bytes()
1218 gdb_byte buf[MAX_REGISTER_SIZE]; in put_frame_register_bytes()
HDdefs.h652 enum { MAX_REGISTER_SIZE = 64 }; enumerator
HDfindvar.c270 gdb_byte raw_buffer[MAX_REGISTER_SIZE]; in value_of_register()
HDamd64-tdep.c288 gdb_byte raw_buf[MAX_REGISTER_SIZE]; in amd64_pseudo_register_read_value()
349 gdb_byte raw_buf[MAX_REGISTER_SIZE]; in amd64_pseudo_register_write()
HDi387-tdep.c779 static const gdb_byte zero[MAX_REGISTER_SIZE] = { 0 }; in i387_supply_xsave()
HDi386-tdep.c2902 gdb_byte raw_buf[MAX_REGISTER_SIZE]; in i386_pseudo_register_read_into_value()
2998 gdb_byte raw_buf[MAX_REGISTER_SIZE]; in i386_pseudo_register_write()
4340 gdb_byte buf[MAX_REGISTER_SIZE]; in i386_process_record()
HDstack.c1607 gdb_byte value[MAX_REGISTER_SIZE]; in frame_info()
HDremote.c5166 gdb_byte data[MAX_REGISTER_SIZE];
6013 char regp[MAX_REGISTER_SIZE]; in fetch_register_using_p()
6275 gdb_byte buf[MAX_REGISTER_SIZE]; in remote_prepare_to_store()
6303 gdb_byte regp[MAX_REGISTER_SIZE]; in store_register_using_P()
HDtarget.c3983 gdb_byte buf[MAX_REGISTER_SIZE]; in debug_print_register()
/dragonfly/contrib/gdb-7/gdb/mi/
HDmi-main.c1028 gdb_byte prev_buffer[MAX_REGISTER_SIZE]; in register_changed_p()
1029 gdb_byte this_buffer[MAX_REGISTER_SIZE]; in register_changed_p()