Searched refs:ADDRESS_TO_POINTER (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | std-regs.c | 67 ADDRESS_TO_POINTER (builtin_type_void_data_ptr, buf, in value_of_builtin_frame_reg() 92 ADDRESS_TO_POINTER (builtin_type_void_data_ptr, buf, in value_of_builtin_frame_fp_reg() 110 ADDRESS_TO_POINTER (builtin_type_void_data_ptr, buf, in value_of_builtin_frame_pc_reg()
|
| H A D | findvar.c | 244 ADDRESS_TO_POINTER (type, buf, addr); in store_typed_address()
|
| H A D | gdbarch.h | 1306 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (ADDRESS_TO_POINTER) 1309 #if !defined (ADDRESS_TO_POINTER) 1310 #define ADDRESS_TO_POINTER(type, buf, addr) (gdbarch_address_to_pointer (current_gdbarch, type, buf… macro
|
| H A D | somsolib.c | 410 ADDRESS_TO_POINTER (builtin_type_void_data_ptr, &ptr, addr); in hpux_address_to_host_pointer_hack()
|
| H A D | gdbarch.c | 836 #ifdef ADDRESS_TO_POINTER in gdbarch_dump() 840 XSTRING (ADDRESS_TO_POINTER (type, buf, addr))); in gdbarch_dump()
|
| H A D | procfs.c | 2866 ADDRESS_TO_POINTER (builtin_type_void_data_ptr, &ptr, addr); in procfs_address_to_host_pointer()
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | gdbint.texinfo | 2568 @deftypefn {Target Macro} void ADDRESS_TO_POINTER (struct type *@var{type}, char *@var{buf}, CORE_A… 2919 @item ADDRESS_TO_POINTER (@var{type}, @var{buf}, @var{addr}) 2920 @findex ADDRESS_TO_POINTER
|