Home
last modified time | relevance | path

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

12

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dmipsv4-nat.c163 buf = alloca (TARGET_PTR_BIT / TARGET_CHAR_BIT); in get_longjmp_target()
167 TARGET_PTR_BIT / TARGET_CHAR_BIT)) in get_longjmp_target()
170 *pc = extract_unsigned_integer (buf, TARGET_PTR_BIT / TARGET_CHAR_BIT); in get_longjmp_target()
H A Dirix5-nat.c184 buf = alloca (TARGET_PTR_BIT / TARGET_CHAR_BIT); in get_longjmp_target()
188 TARGET_PTR_BIT / TARGET_CHAR_BIT)) in get_longjmp_target()
191 *pc = extract_unsigned_integer (buf, TARGET_PTR_BIT / TARGET_CHAR_BIT); in get_longjmp_target()
H A Dmips-linux-tdep.c77 char buf[TARGET_PTR_BIT / TARGET_CHAR_BIT]; in mips_linux_get_longjmp_target()
83 buf, TARGET_PTR_BIT / TARGET_CHAR_BIT)) in mips_linux_get_longjmp_target()
86 *pc = extract_unsigned_integer (buf, TARGET_PTR_BIT / TARGET_CHAR_BIT); in mips_linux_get_longjmp_target()
367 void *buf = alloca (TARGET_PTR_BIT / TARGET_CHAR_BIT); in mips64_linux_get_longjmp_target()
368 int element_size = TARGET_PTR_BIT == 32 ? 4 : 8; in mips64_linux_get_longjmp_target()
373 buf, TARGET_PTR_BIT / TARGET_CHAR_BIT)) in mips64_linux_get_longjmp_target()
376 *pc = extract_unsigned_integer (buf, TARGET_PTR_BIT / TARGET_CHAR_BIT); in mips64_linux_get_longjmp_target()
H A Dhppa-linux-tdep.c209 pc = (CORE_ADDR) read_memory_integer (pc & ~0x3, TARGET_PTR_BIT / 8); in hppa_linux_skip_trampoline_code()
231 pc = (CORE_ADDR) read_memory_integer (pc, TARGET_PTR_BIT / 8); in hppa_linux_skip_trampoline_code()
241 pc = (CORE_ADDR) read_memory_integer (pc + 8, TARGET_PTR_BIT / 8); in hppa_linux_skip_trampoline_code()
H A Dnto-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()
H A Dsolib.c695 if (TARGET_PTR_BIT == 32) in info_sharedlibrary_command()
697 else if (TARGET_PTR_BIT == 64) in info_sharedlibrary_command()
703 TARGET_PTR_BIT); in info_sharedlibrary_command()
H A Dm68k-tdep.c1064 buf = alloca (TARGET_PTR_BIT / TARGET_CHAR_BIT); in m68k_get_longjmp_target()
1068 buf, TARGET_PTR_BIT / TARGET_CHAR_BIT)) in m68k_get_longjmp_target()
1071 jb_addr = extract_unsigned_integer (buf, TARGET_PTR_BIT / TARGET_CHAR_BIT); in m68k_get_longjmp_target()
1074 TARGET_PTR_BIT / TARGET_CHAR_BIT)) in m68k_get_longjmp_target()
1077 *pc = extract_unsigned_integer (buf, TARGET_PTR_BIT / TARGET_CHAR_BIT); in m68k_get_longjmp_target()
H A Djv-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()
H A Dhppa-hpux-tdep.c290 pc = (CORE_ADDR) read_memory_integer (pc & ~0x3, TARGET_PTR_BIT / 8); in hppa_hpux_skip_trampoline_code()
295 pc = (CORE_ADDR) read_memory_integer (pc & ~0x3, TARGET_PTR_BIT / 8); in hppa_hpux_skip_trampoline_code()
487 (read_register (HPPA_SP_REGNUM) - 24, TARGET_PTR_BIT / 8)) & ~0x3; in hppa_hpux_skip_trampoline_code()
499 (read_register (HPPA_SP_REGNUM) - 24, TARGET_PTR_BIT / 8)) & ~0x3; in hppa_hpux_skip_trampoline_code()
H A Dsolib-svr4.c366 int pbuf_size = TARGET_PTR_BIT / HOST_CHAR_BIT; in elf_locate_base()
404 int pbuf_size = TARGET_PTR_BIT / HOST_CHAR_BIT; in elf_locate_base()
1365 if (TARGET_PTR_BIT == sizeof (CORE_ADDR) * 8) in svr4_truncate_ptr()
1370 return addr & (((CORE_ADDR) 1 << TARGET_PTR_BIT) - 1); in svr4_truncate_ptr()
H A Dsolib-legacy.c137 if (TARGET_PTR_BIT == 32) in legacy_svr4_fetch_link_map_offsets()
H A Dhppa-tdep.c1375 if (reg_num >= (TARGET_PTR_BIT == 64 ? 19 : 23) && reg_num <= 26) in skip_prologue_hard_way()
1377 while (reg_num >= (TARGET_PTR_BIT == 64 ? 19 : 23) && reg_num <= 26) in skip_prologue_hard_way()
1404 && inst_saves_fr (next_inst) <= (TARGET_PTR_BIT == 64 ? 11 : 7)) in skip_prologue_hard_way()
1415 if (reg_num >= 4 && reg_num <= (TARGET_PTR_BIT == 64 ? 11 : 7)) in skip_prologue_hard_way()
1417 while (reg_num >= 4 && reg_num <= (TARGET_PTR_BIT == 64 ? 11 : 7)) in skip_prologue_hard_way()
1821 cache->base = read_memory_integer (this_sp, TARGET_PTR_BIT / 8); in hppa_frame_cache()
H A Ds390-nat.c55 ((TARGET_PTR_BIT == 32 \
H A Dgnu-v3-abi.c116 = init_type (TYPE_CODE_INT, TARGET_PTR_BIT / TARGET_CHAR_BIT, 0, in build_gdb_vtable_type()
H A Dprintcmd.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()
H A Dgdbarch.h207 #if !defined (GDB_TM_FILE) && defined (TARGET_PTR_BIT)
210 #if !defined (TARGET_PTR_BIT)
211 #define TARGET_PTR_BIT (gdbarch_ptr_bit (current_gdbarch)) macro
H A Dpa64solib.c1034 pbuf = alloca (TARGET_PTR_BIT / HOST_CHAR_BIT); in read_dynamic_info()
H A Dp-valprint.c278 TARGET_PTR_BIT / HOST_CHAR_BIT), in pascal_val_print()
H A Dgdbarch.sh409 v:TARGET_PTR_BIT:int:ptr_bit:::8 * sizeof (void*):TARGET_INT_BIT::0
411 v:TARGET_ADDR_BIT:int:addr_bit:::8 * sizeof (void*):0:TARGET_PTR_BIT:
H A Dgdbarch.c521 current_gdbarch->addr_bit = TARGET_PTR_BIT; in verify_gdbarch()
1377 #ifdef TARGET_PTR_BIT in gdbarch_dump()
1380 XSTRING (TARGET_PTR_BIT)); in gdbarch_dump()
H A Ddwarfread.c217 #define TARGET_FT_POINTER_SIZE(objfile) (TARGET_PTR_BIT / TARGET_CHAR_BIT)
1447 TYPE_LENGTH (utype) = TARGET_PTR_BIT / TARGET_CHAR_BIT; in read_tag_pointer_type()
H A Djv-lang.c592 return (2 * TARGET_PTR_BIT / TARGET_CHAR_BIT); in get_java_object_header_size()
H A Dgdbtypes.c267 TYPE_LENGTH (ntype) = TARGET_PTR_BIT / TARGET_CHAR_BIT; in make_pointer_type()
335 TYPE_LENGTH (ntype) = TARGET_PTR_BIT / TARGET_CHAR_BIT; in make_reference_type()
H A DChangeLog-2000748 not TARGET_PTR_BIT, since we are dealing with addresses, not
2118 TARGET_PTR_BIT when initializing builtin_type_CORE_ADDR.
2120 of TARGET_PTR_BIT, because we're printing an address, not a pointer.
2292 TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT): Move
2396 since TARGET_PTR_BIT is no longer a constant (MULTI_ARCH).
3688 TARGET_PTR_BIT): Delete definitions.
6254 of TARGET_PTR_BIT and TARGET_INT_BIT.
H A Dprocfs.c5785 if (TARGET_PTR_BIT == 32) in info_proc_mappings()

12