Home
last modified time | relevance | path

Searched refs:TARGET_PTR_BIT (Results 1 – 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
HDmipsv4-nat.c158 buf = alloca (TARGET_PTR_BIT / TARGET_CHAR_BIT); in get_longjmp_target()
162 TARGET_PTR_BIT / TARGET_CHAR_BIT)) in get_longjmp_target()
165 *pc = extract_unsigned_integer (buf, TARGET_PTR_BIT / TARGET_CHAR_BIT); in get_longjmp_target()
HDmips-nat.c148 buf = alloca (TARGET_PTR_BIT / TARGET_CHAR_BIT); in get_longjmp_target()
152 TARGET_PTR_BIT / TARGET_CHAR_BIT)) in get_longjmp_target()
155 *pc = extract_unsigned_integer (buf, TARGET_PTR_BIT / TARGET_CHAR_BIT); in get_longjmp_target()
HDsolib.c635 if (TARGET_PTR_BIT == 32) in info_sharedlibrary_command()
640 else if (TARGET_PTR_BIT == 64) in info_sharedlibrary_command()
649 TARGET_PTR_BIT); in info_sharedlibrary_command()
HDnto-tdep.c230 if (TARGET_PTR_BIT == sizeof (CORE_ADDR) * 8) in nto_truncate_ptr()
235 return addr & (((CORE_ADDR) 1 << TARGET_PTR_BIT) - 1); in nto_truncate_ptr()
HDjv-valprint.c105 buf = alloca (TARGET_PTR_BIT / HOST_CHAR_BIT); in java_value_print()
114 address += TARGET_PTR_BIT / HOST_CHAR_BIT; in java_value_print()
125 address += TARGET_PTR_BIT / HOST_CHAR_BIT; in java_value_print()
HDsolib-svr4.c479 int pbuf_size = TARGET_PTR_BIT / HOST_CHAR_BIT; in elf_locate_base()
514 int pbuf_size = TARGET_PTR_BIT / HOST_CHAR_BIT; in elf_locate_base()
1411 if (TARGET_PTR_BIT == sizeof (CORE_ADDR) * 8) in svr4_truncate_ptr()
1416 return addr & (((CORE_ADDR) 1 << TARGET_PTR_BIT) - 1); in svr4_truncate_ptr()
HDsolib-legacy.c137 if (TARGET_PTR_BIT == 32) in legacy_svr4_fetch_link_map_offsets()
HDs390-nat.c55 ((TARGET_PTR_BIT == 32 \
HDgnu-v3-abi.c116 = init_type (TYPE_CODE_INT, TARGET_PTR_BIT / TARGET_CHAR_BIT, 0, in build_gdb_vtable_type()
HDprintcmd.c244 if (TARGET_PTR_BIT == 64) in decode_format()
246 else if (TARGET_PTR_BIT == 32) in decode_format()
248 else if (TARGET_PTR_BIT == 16) in decode_format()
HDada-valprint.c748 TARGET_PTR_BIT / HOST_CHAR_BIT), in ada_val_print_1()
HDpa64solib.c1037 pbuf = alloca (TARGET_PTR_BIT / HOST_CHAR_BIT); in read_dynamic_info()
HDgdbarch.h189 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_PTR_BIT)
192 #if !defined (TARGET_PTR_BIT)
193 #define TARGET_PTR_BIT (gdbarch_ptr_bit (current_gdbarch)) macro
HDp-valprint.c277 TARGET_PTR_BIT / HOST_CHAR_BIT), in pascal_val_print()
HDdwarfread.c206 #define TARGET_FT_POINTER_SIZE(objfile) (TARGET_PTR_BIT / TARGET_CHAR_BIT)
1436 TYPE_LENGTH (utype) = TARGET_PTR_BIT / TARGET_CHAR_BIT; in read_tag_pointer_type()
HDjv-lang.c590 return (2 * TARGET_PTR_BIT / TARGET_CHAR_BIT); in get_java_object_header_size()
HDgdbarch.c599 current_gdbarch->addr_bit = TARGET_PTR_BIT; in verify_gdbarch()
2328 #ifdef TARGET_PTR_BIT in gdbarch_dump()
2331 XSTRING (TARGET_PTR_BIT)); in gdbarch_dump()
2334 TARGET_PTR_BIT); in gdbarch_dump()
HDgdbtypes.c262 TYPE_LENGTH (ntype) = TARGET_PTR_BIT / TARGET_CHAR_BIT; in make_pointer_type()
330 TYPE_LENGTH (ntype) = TARGET_PTR_BIT / TARGET_CHAR_BIT; in make_reference_type()
HDprocfs.c5594 if (TARGET_PTR_BIT == 32) in info_proc_mappings()
/freebsd-11-stable/gnu/usr.bin/gdb/kgdb/
HDkld.c152 if (target_read_memory(address, (char *)&value, TARGET_PTR_BIT / 8) != in read_pointer()
155 return (extract_unsigned_integer(&value, TARGET_PTR_BIT / 8)); in read_pointer()
/freebsd-11-stable/contrib/gdb/gdb/doc/
HDgdbint.texinfo3934 @item TARGET_PTR_BIT
3935 @findex TARGET_PTR_BIT