Searched refs:TARGET_ADDR_BIT (Results 1 – 17 of 17) sorted by relevance
203 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()526 char *buf = alloca (TARGET_ADDR_BIT / TARGET_CHAR_BIT); in execute_stack_op()530 TARGET_ADDR_BIT / TARGET_CHAR_BIT); in execute_stack_op()532 buf + (TARGET_ADDR_BIT in execute_stack_op()540 char *buf = alloca (TARGET_ADDR_BIT / TARGET_CHAR_BIT); in execute_stack_op()545 buf + (TARGET_ADDR_BIT in execute_stack_op()
228 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()
2676 return (TARGET_ADDR_BIT / 8 * 2); in strlen_paddr()2682 return phex (addr, TARGET_ADDR_BIT / 8); in paddr()2688 return phex_nz (addr, TARGET_ADDR_BIT / 8); in paddr_nz()
58 unsigned int addr_size = TARGET_ADDR_BIT / TARGET_CHAR_BIT, length; in find_location_expression()
473 if (TARGET_ADDR_BIT <= 32) in tracepoints_info()483 if (TARGET_ADDR_BIT <= 32) in tracepoints_info()495 if (TARGET_ADDR_BIT <= 32) in tracepoints_info()
528 char *fmt = TARGET_ADDR_BIT <= 32 ? "08l" : "016l"; in print_section_info()
387 len = TARGET_ADDR_BIT / TARGET_CHAR_BIT; in print_scalar_formatted()712 int addr_bit = TARGET_ADDR_BIT; in print_address_numeric()
200 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (TARGET_ADDR_BIT)203 #if !defined (TARGET_ADDR_BIT)204 #define TARGET_ADDR_BIT (gdbarch_addr_bit (current_gdbarch)) macro
498 if (TARGET_ADDR_BIT <= 32) in ui_out_field_core_addr()
2197 #ifdef TARGET_ADDR_BIT in gdbarch_dump()2200 XSTRING (TARGET_ADDR_BIT)); in gdbarch_dump()2203 TARGET_ADDR_BIT); in gdbarch_dump()
355 int addr_bit = TARGET_ADDR_BIT; in value_cast()
3070 if (TARGET_ADDR_BIT <= 32) in print_msymbol_info()
3360 init_type (TYPE_CODE_INT, TARGET_ADDR_BIT / 8, in build_gdbtypes()
3360 if (TARGET_ADDR_BIT <= 32) in print_one_breakpoint()3703 if (TARGET_ADDR_BIT <= 32) in breakpoint_1()
5564 if (TARGET_ADDR_BIT == 32) in info_mappings_callback()
5467 remote_address_size = TARGET_ADDR_BIT; in build_remote_gdbarch_data()
1223 if (TARGET_ADDR_BIT <= 32)