Home
last modified time | relevance | path

Searched refs:TARGET_ADDR_BIT (Results 1 – 20 of 20) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddwarf2expr.c203 if (buf_end - buf < TARGET_ADDR_BIT / TARGET_CHAR_BIT) in dwarf2_read_address()
206 *bytes_read = TARGET_ADDR_BIT / TARGET_CHAR_BIT; in dwarf2_read_address()
209 result = extract_unsigned_integer (buf, TARGET_ADDR_BIT / TARGET_CHAR_BIT); in dwarf2_read_address()
218 switch (TARGET_ADDR_BIT / TARGET_CHAR_BIT) in unsigned_address_type()
237 switch (TARGET_ADDR_BIT / TARGET_CHAR_BIT) in signed_address_type()
522 char *buf = alloca (TARGET_ADDR_BIT / TARGET_CHAR_BIT); in execute_stack_op()
526 TARGET_ADDR_BIT / TARGET_CHAR_BIT); in execute_stack_op()
528 buf + (TARGET_ADDR_BIT in execute_stack_op()
536 char *buf = alloca (TARGET_ADDR_BIT / TARGET_CHAR_BIT); in execute_stack_op()
541 buf + (TARGET_ADDR_BIT in execute_stack_op()
Dsolib-irix.c504 read_memory (debug_base, addr_buf, TARGET_ADDR_BIT / TARGET_CHAR_BIT); in irix_current_sos()
505 lma = extract_mips_address (addr_buf, TARGET_ADDR_BIT / TARGET_CHAR_BIT); in irix_current_sos()
606 read_memory (debug_base, addr_buf, TARGET_ADDR_BIT / TARGET_CHAR_BIT); in irix_open_symbol_file_object()
607 lma = extract_mips_address (addr_buf, TARGET_ADDR_BIT / TARGET_CHAR_BIT); in irix_open_symbol_file_object()
Dmemattr.c228 if (TARGET_ADDR_BIT > 32) in mem_info_command()
231 if (TARGET_ADDR_BIT > 32) in mem_info_command()
242 if (TARGET_ADDR_BIT <= 32) in mem_info_command()
249 if (TARGET_ADDR_BIT <= 32) in mem_info_command()
Dutils.c2589 return (TARGET_ADDR_BIT / 8 * 2); in strlen_paddr()
2595 return phex (addr, TARGET_ADDR_BIT / 8); in paddr()
2601 return phex_nz (addr, TARGET_ADDR_BIT / 8); in paddr_nz()
2616 int addr_bit = TARGET_ADDR_BIT; in paddress()
Dgdbarch.h218 #if !defined (GDB_TM_FILE) && defined (TARGET_ADDR_BIT)
221 #if !defined (TARGET_ADDR_BIT)
222 #define TARGET_ADDR_BIT (gdbarch_addr_bit (current_gdbarch)) macro
Ddwarf2loc.c61 unsigned int addr_size = TARGET_ADDR_BIT / TARGET_CHAR_BIT, length; in find_location_expression()
Dprintcmd.c393 len = TARGET_ADDR_BIT / TARGET_CHAR_BIT; in print_scalar_formatted()
712 int addr_bit = TARGET_ADDR_BIT; in deprecated_print_address_numeric()
Dexec.c537 int wid = TARGET_ADDR_BIT <= 32 ? 8 : 16; in print_section_info()
Dtracepoint.c484 if (TARGET_ADDR_BIT <= 32) in tracepoints_info()
494 if (TARGET_ADDR_BIT <= 32) in tracepoints_info()
506 if (TARGET_ADDR_BIT <= 32) in tracepoints_info()
Dui-out.c498 if (TARGET_ADDR_BIT <= 32) in ui_out_field_core_addr()
Dlinux-nat.c2788 if (TARGET_ADDR_BIT == 32) in linux_nat_info_proc_cmd()
2814 if (TARGET_ADDR_BIT == 32) in linux_nat_info_proc_cmd()
Dgdbtypes.c3294 init_type (TYPE_CODE_INT, TARGET_ADDR_BIT / 8, in build_gdbtypes()
3458 init_type (TYPE_CODE_INT, TARGET_ADDR_BIT / 8, in gdbtypes_post_init()
Dgdbarch.c663 #ifdef TARGET_ADDR_BIT in gdbarch_dump()
666 XSTRING (TARGET_ADDR_BIT)); in gdbarch_dump()
Dgdbarch.sh410 v:TARGET_ADDR_BIT:int:addr_bit:::8 * sizeof (void*):0:TARGET_PTR_BIT:
Dvalops.c360 int addr_bit = TARGET_ADDR_BIT; in value_cast()
Dsymtab.c3174 if (TARGET_ADDR_BIT <= 32) in print_msymbol_info()
Dbreakpoint.c3364 if (TARGET_ADDR_BIT <= 32) in print_one_breakpoint()
3707 if (TARGET_ADDR_BIT <= 32) in breakpoint_1()
Dprocfs.c5735 if (TARGET_ADDR_BIT == 32) in info_mappings_callback()
Dremote.c5593 remote_address_size = TARGET_ADDR_BIT; in build_remote_gdbarch_data()
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdbint.texinfo1249 if (TARGET_ADDR_BIT <= 32)