Searched refs:DEPRECATED_REGISTER_SIZE (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | arm-tdep.c | 1234 sp &= ~(CORE_ADDR)(2 * DEPRECATED_REGISTER_SIZE - 1); in arm_push_dummy_call() 1281 int partial_len = len < DEPRECATED_REGISTER_SIZE ? len : DEPRECATED_REGISTER_SIZE; in arm_push_dummy_call() 1291 phex (regval, DEPRECATED_REGISTER_SIZE)); in arm_push_dummy_call() 1301 si = push_stack_item (si, val, DEPRECATED_REGISTER_SIZE); in arm_push_dummy_call() 1302 nstack += DEPRECATED_REGISTER_SIZE; in arm_push_dummy_call() 1575 offset = bitcount (bits (inst1, 0, 7)) * DEPRECATED_REGISTER_SIZE; in thumb_get_next_pc() 2136 if (TYPE_LENGTH (type) > DEPRECATED_REGISTER_SIZE) in arm_use_struct_convention()
|
| H A D | infcall.c | 242 int sizeof_dummy1 = (DEPRECATED_REGISTER_SIZE in legacy_push_dummy_code() 270 store_unsigned_integer (&dummy1[i * DEPRECATED_REGISTER_SIZE], in legacy_push_dummy_code() 271 DEPRECATED_REGISTER_SIZE, in legacy_push_dummy_code()
|
| H A D | gdbarch.h | 825 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_REGISTER_SIZE) 828 #if !defined (DEPRECATED_REGISTER_SIZE) 829 #define DEPRECATED_REGISTER_SIZE (gdbarch_deprecated_register_size (current_gdbarch)) macro
|
| H A D | gdbarch.c | 1504 #ifdef DEPRECATED_REGISTER_SIZE in gdbarch_dump() 1507 XSTRING (DEPRECATED_REGISTER_SIZE)); in gdbarch_dump() 1510 DEPRECATED_REGISTER_SIZE); in gdbarch_dump()
|
| H A D | valops.c | 971 int len = DEPRECATED_REGISTER_SIZE; in push_word()
|
| H A D | breakpoint.c | 1786 - DEPRECATED_SIZEOF_CALL_DUMMY_WORDS / sizeof (LONGEST) * DEPRECATED_REGISTER_SIZE)) in deprecated_frame_in_dummy() 5903 ((BYTE_SIZE) <= (DEPRECATED_REGISTER_SIZE))
|
| /freebsd-12.1/contrib/gdb/gdb/mi/ |
| H A D | mi-main.c | 645 buffer = xmalloc (DEPRECATED_REGISTER_SIZE); in mi_cmd_data_write_register_values() 647 store_signed_integer (buffer, DEPRECATED_REGISTER_SIZE, value); in mi_cmd_data_write_register_values()
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | gdbint.texinfo | 3047 host-byte-ordered @code{DEPRECATED_REGISTER_SIZE} sized values that 3727 @code{CALL_DUMMY_LOCATION}, @code{DEPRECATED_REGISTER_SIZE},
|