HomeSort by: relevance | last modified time | path
    Searched refs:gdbarch_ptr_bit (Results 1 - 25 of 95) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gdb.old/dist/gdb/
sparc64-netbsd-nat.c 37 int sparc32 = (gdbarch_ptr_bit (regcache->arch ()) == 32);
50 int sparc32 = (gdbarch_ptr_bit (regcache->arch ()) == 32);
63 int sparc32 = (gdbarch_ptr_bit (regcache->arch ()) == 32);
76 int sparc32 = (gdbarch_ptr_bit (regcache->arch ()) == 32);
89 if (gdbarch_ptr_bit (gdbarch) == 32)
114 if (gdbarch_ptr_bit (gdbarch) == 32)
sparc64-nat.c 30 if (gdbarch_ptr_bit (gdbarch) == 32)
56 if (gdbarch_ptr_bit (gdbarch) == 32)
riscv-fbsd-tdep.c 180 CORE_ADDR dtv_addr = tp - (gdbarch_ptr_bit (gdbarch) / 8) * 2;
riscv-netbsd-tdep.c 192 CORE_ADDR dtv_addr = tp - (gdbarch_ptr_bit (gdbarch) / 8) * 2;
windows-tdep.c 220 dword_ptr_type = init_integer_type (alloc, gdbarch_ptr_bit (gdbarch),
229 wchar_ptr_type = init_pointer_type (alloc, gdbarch_ptr_bit (gdbarch),
323 rupp_ptr_type = init_pointer_type (alloc, gdbarch_ptr_bit (gdbarch),
455 ULONGEST sizeof_ptr = gdbarch_ptr_bit (current_inferior ()->arch ());
814 pvoid_type = init_pointer_type (alloc, gdbarch_ptr_bit (gdbarch), "PVOID",
816 ulongptr_type = init_integer_type (alloc, gdbarch_ptr_bit (gdbarch),
825 violation_enum = create_enum (gdbarch, gdbarch_ptr_bit (gdbarch),
845 siginfo_ptr_type = init_pointer_type (alloc, gdbarch_ptr_bit (gdbarch),
880 if (gdbarch_ptr_bit (gdbarch) == 32)
mips-linux-tdep.c 102 gdb::byte_vector buf (gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT);
109 gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT))
113 gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT,
257 = (gdb_byte *) alloca (gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT);
258 int element_size = gdbarch_ptr_bit (gdbarch) == 32 ? 4 : 8;
264 gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT))
268 gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT,
m68k-tdep.c 1078 buf = (gdb_byte *) alloca (gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT);
1082 buf, gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT))
1085 jb_addr = extract_unsigned_integer (buf, gdbarch_ptr_bit (gdbarch)
1089 gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT),
1093 *pc = extract_unsigned_integer (buf, gdbarch_ptr_bit (gdbarch)
amd64-fbsd-tdep.c 299 CORE_ADDR dtv_addr = fsbase + gdbarch_ptr_bit (gdbarch) / 8;
i386-fbsd-tdep.c 366 CORE_ADDR dtv_addr = gsbase + gdbarch_ptr_bit (gdbarch) / 8;
mips-netbsd-tdep.c 378 (gdbarch, (gdbarch_ptr_bit (gdbarch) == 32 ?
opencl-lang.c 940 add (init_integer_type (alloc, gdbarch_ptr_bit (gdbarch), 1, "size_t"));
941 add (init_integer_type (alloc, gdbarch_ptr_bit (gdbarch), 0, "ptrdiff_t"));
942 add (init_integer_type (alloc, gdbarch_ptr_bit (gdbarch), 0, "intptr_t"));
943 add (init_integer_type (alloc, gdbarch_ptr_bit (gdbarch), 1, "uintptr_t"));
hppa-tdep.c 1646 if (reg_num >= (gdbarch_ptr_bit (gdbarch) == 64 ? 19 : 23)
1649 while (reg_num >= (gdbarch_ptr_bit (gdbarch) == 64 ? 19 : 23)
1678 <= (gdbarch_ptr_bit (gdbarch) == 64 ? 11 : 7))
1690 && reg_num <= (gdbarch_ptr_bit (gdbarch) == 64 ? 11 : 7))
1694 <= (gdbarch_ptr_bit (gdbarch) == 64 ? 11 : 7))
1859 int word_size = gdbarch_ptr_bit (gdbarch) / 8;
  /src/external/gpl3/gdb/dist/gdb/
sparc64-netbsd-nat.c 37 int sparc32 = (gdbarch_ptr_bit (regcache->arch ()) == 32);
50 int sparc32 = (gdbarch_ptr_bit (regcache->arch ()) == 32);
63 int sparc32 = (gdbarch_ptr_bit (regcache->arch ()) == 32);
76 int sparc32 = (gdbarch_ptr_bit (regcache->arch ()) == 32);
89 if (gdbarch_ptr_bit (gdbarch) == 32)
114 if (gdbarch_ptr_bit (gdbarch) == 32)
sparc64-nat.c 30 if (gdbarch_ptr_bit (gdbarch) == 32)
56 if (gdbarch_ptr_bit (gdbarch) == 32)
svr4-tls-tdep.c 187 = dtv_addr + mod_id * m * (gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT);
188 gdb::byte_vector buf (gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT);
riscv-fbsd-tdep.c 180 CORE_ADDR dtv_addr = tp - (gdbarch_ptr_bit (gdbarch) / 8) * 2;
riscv-linux-tdep.c 276 = gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT;
458 = thr_ptr - (gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT);
469 = thr_ptr - 2 * (gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT);
476 gdb::byte_vector buf (gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT);
windows-tdep.c 219 dword_ptr_type = init_integer_type (alloc, gdbarch_ptr_bit (gdbarch),
228 wchar_ptr_type = init_pointer_type (alloc, gdbarch_ptr_bit (gdbarch),
322 rupp_ptr_type = init_pointer_type (alloc, gdbarch_ptr_bit (gdbarch),
454 ULONGEST sizeof_ptr = gdbarch_ptr_bit (current_inferior ()->arch ());
776 pvoid_type = init_pointer_type (alloc, gdbarch_ptr_bit (gdbarch), "PVOID",
778 ulongptr_type = init_integer_type (alloc, gdbarch_ptr_bit (gdbarch),
787 violation_enum = create_enum (gdbarch, gdbarch_ptr_bit (gdbarch),
807 siginfo_ptr_type = init_pointer_type (alloc, gdbarch_ptr_bit (gdbarch),
862 if (gdbarch_ptr_bit (gdbarch) == 32)
riscv-netbsd-tdep.c 192 CORE_ADDR dtv_addr = tp - (gdbarch_ptr_bit (gdbarch) / 8) * 2;
mips-linux-tdep.c 100 gdb::byte_vector buf (gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT);
107 gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT))
111 gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT,
255 = (gdb_byte *) alloca (gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT);
256 int element_size = gdbarch_ptr_bit (gdbarch) == 32 ? 4 : 8;
262 gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT))
266 gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT,
m68k-tdep.c 1078 buf = (gdb_byte *) alloca (gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT);
1082 buf, gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT))
1085 jb_addr = extract_unsigned_integer (buf, gdbarch_ptr_bit (gdbarch)
1089 gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT),
1093 *pc = extract_unsigned_integer (buf, gdbarch_ptr_bit (gdbarch)
amd64-fbsd-tdep.c 299 CORE_ADDR dtv_addr = fsbase + gdbarch_ptr_bit (gdbarch) / 8;
i386-fbsd-tdep.c 365 CORE_ADDR dtv_addr = gsbase + gdbarch_ptr_bit (gdbarch) / 8;
opencl-lang.c 940 add (init_integer_type (alloc, gdbarch_ptr_bit (gdbarch), 1, "size_t"));
941 add (init_integer_type (alloc, gdbarch_ptr_bit (gdbarch), 0, "ptrdiff_t"));
942 add (init_integer_type (alloc, gdbarch_ptr_bit (gdbarch), 0, "intptr_t"));
943 add (init_integer_type (alloc, gdbarch_ptr_bit (gdbarch), 1, "uintptr_t"));
s390-linux-tdep.c 288 (gdbarch_ptr_bit (gdbarch) == 32
397 int word_size = gdbarch_ptr_bit (gdbarch) / 8;
1158 = thr_ptr + gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT;
1159 gdb::byte_vector buf (gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT);

Completed in 30 milliseconds

1 2 3 4