Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdb-7/gdb/
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 Dopencl-lang.c1219 = 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 Dgo-lang.c619 = arch_integer_type (gdbarch, gdbarch_ptr_bit (gdbarch), 1, "uintptr"); in build_go_types()
H A Dauxv.c243 const int sizeof_auxv_field = gdbarch_ptr_bit (target_gdbarch ()) in default_auxv_parse()
H A Dprintcmd.c818 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 Dsolib-svr4.c2264 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 Dgnu-v3-abi.c118 = arch_integer_type (arch, gdbarch_ptr_bit (arch), 0, "ptrdiff_t"); in build_gdb_vtable_type()
H A Dgdbtypes.c331 = 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 Dsolib.c969 addr_width = 4 + (gdbarch_ptr_bit (gdbarch) / 4); in info_sharedlibrary_command()
H A Damd64-tdep.c2121 if (gdbarch_ptr_bit (gdbarch) == 32) in amd64_analyze_prologue()
2151 if (gdbarch_ptr_bit (gdbarch) == 32) in amd64_analyze_prologue()
H A Ddwarf2-frame.c1933 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 Djv-lang.c606 return (2 * gdbarch_ptr_bit (gdbarch) / TARGET_CHAR_BIT); in get_java_object_header_size()
H A Dgdbarch.c626 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 Dgdbarch.h187 extern int gdbarch_ptr_bit (struct gdbarch *gdbarch);
H A Dtarget-descriptions.c1008 else if (reg->bitsize == gdbarch_ptr_bit (gdbarch)) in tdesc_register_type()
H A Dtarget.c3578 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 Dkld.c157 ptrsz = gdbarch_ptr_bit(arch) / 8; in read_pointer()