Home
last modified time | relevance | path

Searched refs:gdbarch_ptr_bit (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dsparc64nbsd-nat.c36 int sparc32 = (gdbarch_ptr_bit (current_gdbarch) == 32); in sparc64nbsd_supply_gregset()
49 int sparc32 = (gdbarch_ptr_bit (current_gdbarch) == 32); in sparc64nbsd_collect_gregset()
61 int sparc32 = (gdbarch_ptr_bit (current_gdbarch) == 32); in sparc64nbsd_supply_fpregset()
73 int sparc32 = (gdbarch_ptr_bit (current_gdbarch) == 32); in sparc64nbsd_collect_fpregset()
86 if (gdbarch_ptr_bit (current_gdbarch) == 32) in sparc64nbsd_gregset_supplies_p()
111 if (gdbarch_ptr_bit (current_gdbarch) == 32) in sparc64nbsd_fpregset_supplies_p()
H A Damd64-nat.c63 if (gdbarch_ptr_bit (current_gdbarch) == 32) in amd64_native_gregset_reg_offset()
100 if (gdbarch_ptr_bit (gdbarch) == 32) in amd64_supply_native_gregset()
131 if (gdbarch_ptr_bit (gdbarch) == 32) in amd64_collect_native_gregset()
H A Dsparc64-nat.c33 if (gdbarch_ptr_bit (current_gdbarch) == 32) in sparc64_gregset_supplies_p()
59 if (gdbarch_ptr_bit (current_gdbarch) == 32) in sparc64_fpregset_supplies_p()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dsparc64nbsd-nat.c36 int sparc32 = (gdbarch_ptr_bit (current_gdbarch) == 32); in sparc64nbsd_supply_gregset()
49 int sparc32 = (gdbarch_ptr_bit (current_gdbarch) == 32); in sparc64nbsd_collect_gregset()
61 int sparc32 = (gdbarch_ptr_bit (current_gdbarch) == 32); in sparc64nbsd_supply_fpregset()
73 int sparc32 = (gdbarch_ptr_bit (current_gdbarch) == 32); in sparc64nbsd_collect_fpregset()
86 if (gdbarch_ptr_bit (current_gdbarch) == 32) in sparc64nbsd_gregset_supplies_p()
111 if (gdbarch_ptr_bit (current_gdbarch) == 32) in sparc64nbsd_fpregset_supplies_p()
H A Damd64-nat.c63 if (gdbarch_ptr_bit (current_gdbarch) == 32) in amd64_native_gregset_reg_offset()
100 if (gdbarch_ptr_bit (gdbarch) == 32) in amd64_supply_native_gregset()
131 if (gdbarch_ptr_bit (gdbarch) == 32) in amd64_collect_native_gregset()
H A Dsparc64-nat.c33 if (gdbarch_ptr_bit (current_gdbarch) == 32) in sparc64_gregset_supplies_p()
59 if (gdbarch_ptr_bit (current_gdbarch) == 32) in sparc64_fpregset_supplies_p()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dsparc64nbsd-nat.c38 int sparc32 = (gdbarch_ptr_bit (get_regcache_arch (regcache)) == 32); in sparc64nbsd_supply_gregset()
51 int sparc32 = (gdbarch_ptr_bit (get_regcache_arch (regcache)) == 32); in sparc64nbsd_collect_gregset()
63 int sparc32 = (gdbarch_ptr_bit (get_regcache_arch (regcache)) == 32); in sparc64nbsd_supply_fpregset()
75 int sparc32 = (gdbarch_ptr_bit (get_regcache_arch (regcache)) == 32); in sparc64nbsd_collect_fpregset()
88 if (gdbarch_ptr_bit (gdbarch) == 32) in sparc64nbsd_gregset_supplies_p()
113 if (gdbarch_ptr_bit (gdbarch) == 32) in sparc64nbsd_fpregset_supplies_p()
H A Damd64-nat.c63 if (gdbarch_ptr_bit (gdbarch) == 32) in amd64_native_gregset_reg_offset()
100 if (gdbarch_ptr_bit (gdbarch) == 32) in amd64_supply_native_gregset()
131 if (gdbarch_ptr_bit (gdbarch) == 32) in amd64_collect_native_gregset()
H A Dsparc64-nat.c32 if (gdbarch_ptr_bit (gdbarch) == 32) in sparc64_gregset_supplies_p()
58 if (gdbarch_ptr_bit (gdbarch) == 32) in sparc64_fpregset_supplies_p()
H A Dmips-linux-tdep.c62 char buf[gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT]; in mips_linux_get_longjmp_target()
68 buf, gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT)) in mips_linux_get_longjmp_target()
72 gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT, in mips_linux_get_longjmp_target()
308 void *buf = alloca (gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT); in mips64_linux_get_longjmp_target()
309 int element_size = gdbarch_ptr_bit (gdbarch) == 32 ? 4 : 8; in mips64_linux_get_longjmp_target()
315 gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT)) in mips64_linux_get_longjmp_target()
319 gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT, in mips64_linux_get_longjmp_target()
H A Dnto-tdep.c278 if (gdbarch_ptr_bit (target_gdbarch) == sizeof (CORE_ADDR) * 8) in nto_truncate_ptr()
283 return addr & (((CORE_ADDR) 1 << gdbarch_ptr_bit (target_gdbarch)) - 1); in nto_truncate_ptr()
H A Djv-valprint.c101 buf = alloca (gdbarch_ptr_bit (gdbarch) / HOST_CHAR_BIT); in java_value_print()
110 address += gdbarch_ptr_bit (gdbarch) / HOST_CHAR_BIT; in java_value_print()
122 address += gdbarch_ptr_bit (gdbarch) / HOST_CHAR_BIT; in java_value_print()
H A Dm68k-tdep.c1035 buf = alloca (gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT); in m68k_get_longjmp_target()
1039 buf, gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT)) in m68k_get_longjmp_target()
1042 jb_addr = extract_unsigned_integer (buf, gdbarch_ptr_bit (gdbarch) in m68k_get_longjmp_target()
1046 gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT), in m68k_get_longjmp_target()
1050 *pc = extract_unsigned_integer (buf, gdbarch_ptr_bit (gdbarch) in m68k_get_longjmp_target()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dsparc64-netbsd-nat.c37 int sparc32 = (gdbarch_ptr_bit (regcache->arch ()) == 32); in sparc64nbsd_supply_gregset()
50 int sparc32 = (gdbarch_ptr_bit (regcache->arch ()) == 32); in sparc64nbsd_collect_gregset()
63 int sparc32 = (gdbarch_ptr_bit (regcache->arch ()) == 32); in sparc64nbsd_supply_fpregset()
76 int sparc32 = (gdbarch_ptr_bit (regcache->arch ()) == 32); in sparc64nbsd_collect_fpregset()
89 if (gdbarch_ptr_bit (gdbarch) == 32) in sparc64nbsd_gregset_supplies_p()
114 if (gdbarch_ptr_bit (gdbarch) == 32) in sparc64nbsd_fpregset_supplies_p()
H A Dsparc64-nat.c31 if (gdbarch_ptr_bit (gdbarch) == 32) in sparc64_gregset_supplies_p()
57 if (gdbarch_ptr_bit (gdbarch) == 32) in sparc64_fpregset_supplies_p()
H A Dwindows-tdep.c222 dword_ptr_type = arch_integer_type (gdbarch, gdbarch_ptr_bit (gdbarch), in windows_get_tlb_type()
231 wchar_ptr_type = arch_pointer_type (gdbarch, gdbarch_ptr_bit (gdbarch), in windows_get_tlb_type()
325 rupp_ptr_type = arch_pointer_type (gdbarch, gdbarch_ptr_bit (gdbarch), in windows_get_tlb_type()
457 ULONGEST sizeof_ptr = gdbarch_ptr_bit (target_gdbarch ()); in display_one_tib()
825 pvoid_type = arch_pointer_type (gdbarch, gdbarch_ptr_bit (gdbarch), "PVOID", in windows_get_siginfo_type()
827 ulongptr_type = arch_integer_type (gdbarch, gdbarch_ptr_bit (gdbarch), in windows_get_siginfo_type()
836 violation_enum = create_enum (gdbarch, gdbarch_ptr_bit (gdbarch), in windows_get_siginfo_type()
856 siginfo_ptr_type = arch_pointer_type (gdbarch, gdbarch_ptr_bit (gdbarch), in windows_get_siginfo_type()
891 if (gdbarch_ptr_bit (gdbarch) == 32) in windows_solib_create_inferior_hook()
H A Dmips-linux-tdep.c101 gdb_byte buf[gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT]; in mips_linux_get_longjmp_target()
107 buf, gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT)) in mips_linux_get_longjmp_target()
111 gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT, in mips_linux_get_longjmp_target()
255 = (gdb_byte *) alloca (gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT); in mips64_linux_get_longjmp_target()
256 int element_size = gdbarch_ptr_bit (gdbarch) == 32 ? 4 : 8; in mips64_linux_get_longjmp_target()
262 gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT)) in mips64_linux_get_longjmp_target()
266 gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT, in mips64_linux_get_longjmp_target()
H A Dm68k-tdep.c1064 buf = (gdb_byte *) alloca (gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT); in m68k_get_longjmp_target()
1068 buf, gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT)) in m68k_get_longjmp_target()
1071 jb_addr = extract_unsigned_integer (buf, gdbarch_ptr_bit (gdbarch) in m68k_get_longjmp_target()
1075 gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT), in m68k_get_longjmp_target()
1079 *pc = extract_unsigned_integer (buf, gdbarch_ptr_bit (gdbarch) in m68k_get_longjmp_target()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dsparc64nbsd-nat.c37 int sparc32 = (gdbarch_ptr_bit (get_regcache_arch (regcache)) == 32); in sparc64nbsd_supply_gregset()
50 int sparc32 = (gdbarch_ptr_bit (get_regcache_arch (regcache)) == 32); in sparc64nbsd_collect_gregset()
63 int sparc32 = (gdbarch_ptr_bit (get_regcache_arch (regcache)) == 32); in sparc64nbsd_supply_fpregset()
75 int sparc32 = (gdbarch_ptr_bit (get_regcache_arch (regcache)) == 32); in sparc64nbsd_collect_fpregset()
88 if (gdbarch_ptr_bit (gdbarch) == 32) in sparc64nbsd_gregset_supplies_p()
113 if (gdbarch_ptr_bit (gdbarch) == 32) in sparc64nbsd_fpregset_supplies_p()
H A Dsparc64-nat.c31 if (gdbarch_ptr_bit (gdbarch) == 32) in sparc64_gregset_supplies_p()
57 if (gdbarch_ptr_bit (gdbarch) == 32) in sparc64_fpregset_supplies_p()
H A Dmips-linux-tdep.c62 gdb_byte buf[gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT]; in mips_linux_get_longjmp_target()
68 buf, gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT)) in mips_linux_get_longjmp_target()
72 gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT, in mips_linux_get_longjmp_target()
303 void *buf = alloca (gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT); in mips64_linux_get_longjmp_target()
304 int element_size = gdbarch_ptr_bit (gdbarch) == 32 ? 4 : 8; in mips64_linux_get_longjmp_target()
310 gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT)) in mips64_linux_get_longjmp_target()
314 gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT, in mips64_linux_get_longjmp_target()
H A Dnto-tdep.c277 if (gdbarch_ptr_bit (target_gdbarch ()) == sizeof (CORE_ADDR) * 8) in nto_truncate_ptr()
282 return addr & (((CORE_ADDR) 1 << gdbarch_ptr_bit (target_gdbarch ())) - 1); in nto_truncate_ptr()
H A Djv-valprint.c103 buf = alloca (gdbarch_ptr_bit (gdbarch) / HOST_CHAR_BIT); in java_value_print()
112 address += gdbarch_ptr_bit (gdbarch) / HOST_CHAR_BIT; in java_value_print()
124 address += gdbarch_ptr_bit (gdbarch) / HOST_CHAR_BIT; in java_value_print()
H A Dm68k-tdep.c1033 buf = alloca (gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT); in m68k_get_longjmp_target()
1037 buf, gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT)) in m68k_get_longjmp_target()
1040 jb_addr = extract_unsigned_integer (buf, gdbarch_ptr_bit (gdbarch) in m68k_get_longjmp_target()
1044 gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT), in m68k_get_longjmp_target()
1048 *pc = extract_unsigned_integer (buf, gdbarch_ptr_bit (gdbarch) in m68k_get_longjmp_target()
H A Damd64-linux-tdep.c160 if (gdbarch_ptr_bit (gdbarch) == 32) in amd64_linux_sigtramp_start()
1293 if (gdbarch_ptr_bit (gdbarch) == 32) in amd64_linux_core_read_description()
1298 if (gdbarch_ptr_bit (gdbarch) == 32) in amd64_linux_core_read_description()
1363 = gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT; in amd64_linux_init_abi_common()

1234567