Searched refs:gdbarch_ptr_bit (Results 1 – 17 of 17) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | jv-valprint.c | 103 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 D | opencl-lang.c | 1219 = arch_integer_type (gdbarch, gdbarch_ptr_bit (gdbarch), 1, "size_t"); in build_opencl_types() 1221 = arch_integer_type (gdbarch, gdbarch_ptr_bit (gdbarch), 0, "ptrdiff_t"); in build_opencl_types() 1223 = arch_integer_type (gdbarch, gdbarch_ptr_bit (gdbarch), 0, "intptr_t"); in build_opencl_types() 1225 = arch_integer_type (gdbarch, gdbarch_ptr_bit (gdbarch), 1, "uintptr_t"); in build_opencl_types()
|
H A D | go-lang.c | 619 = arch_integer_type (gdbarch, gdbarch_ptr_bit (gdbarch), 1, "uintptr"); in build_go_types()
|
H A D | auxv.c | 243 const int sizeof_auxv_field = gdbarch_ptr_bit (target_gdbarch ()) in default_auxv_parse()
|
H A D | printcmd.c | 818 if (gdbarch_ptr_bit (next_gdbarch) == 64) in do_examine() 820 else if (gdbarch_ptr_bit (next_gdbarch) == 32) in do_examine() 822 else if (gdbarch_ptr_bit (next_gdbarch) == 16) in do_examine()
|
H A D | solib-svr4.c | 2264 if (gdbarch_ptr_bit (target_gdbarch ()) == sizeof (CORE_ADDR) * 8) in svr4_truncate_ptr() 2269 return addr & (((CORE_ADDR) 1 << gdbarch_ptr_bit (target_gdbarch ())) - 1); in svr4_truncate_ptr()
|
H A D | gnu-v3-abi.c | 118 = arch_integer_type (arch, gdbarch_ptr_bit (arch), 0, "ptrdiff_t"); in build_gdb_vtable_type()
|
H A D | gdbtypes.c | 331 = gdbarch_ptr_bit (get_type_arch (type)) / TARGET_CHAR_BIT; in make_pointer_type() 406 gdbarch_ptr_bit (get_type_arch (type)) / TARGET_CHAR_BIT; in make_reference_type() 1108 = gdbarch_ptr_bit (get_type_arch (to_type)) / TARGET_CHAR_BIT; in smash_to_memberptr_type()
|
H A D | solib.c | 969 addr_width = 4 + (gdbarch_ptr_bit (gdbarch) / 4); in info_sharedlibrary_command()
|
H A D | amd64-tdep.c | 2121 if (gdbarch_ptr_bit (gdbarch) == 32) in amd64_analyze_prologue() 2151 if (gdbarch_ptr_bit (gdbarch) == 32) in amd64_analyze_prologue()
|
H A D | dwarf2-frame.c | 1933 buf += gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT; in decode_frame_entry_1() 1955 cie->ptr_size = gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT; in decode_frame_entry_1()
|
H A D | jv-lang.c | 606 return (2 * gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT); in get_java_object_header_size()
|
H A D | gdbarch.c | 626 gdbarch->addr_bit = gdbarch_ptr_bit (gdbarch); in verify_gdbarch() 628 gdbarch->dwarf2_addr_size = gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT; in verify_gdbarch() 1700 gdbarch_ptr_bit (struct gdbarch *gdbarch) in gdbarch_ptr_bit() function
|
H A D | gdbarch.h | 187 extern int gdbarch_ptr_bit (struct gdbarch *gdbarch);
|
H A D | target-descriptions.c | 1008 else if (reg->bitsize == gdbarch_ptr_bit (gdbarch)) in tdesc_register_type()
|
H A D | target.c | 3578 return (len <= gdbarch_ptr_bit (target_gdbarch ()) / TARGET_CHAR_BIT); in default_region_ok_for_hw_watchpoint()
|
/dflybsd-src/gnu/usr.bin/gdb/kgdb/ |
H A D | kld.c | 157 ptrsz = gdbarch_ptr_bit(arch) / 8; in read_pointer()
|