Home
last modified time | relevance | path

Searched refs:ADDRESS_TO_POINTER (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dstd-regs.c67 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 Dfindvar.c244 ADDRESS_TO_POINTER (type, buf, addr); in store_typed_address()
H A Dgdbarch.h1306 #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 Dsomsolib.c410 ADDRESS_TO_POINTER (builtin_type_void_data_ptr, &ptr, addr); in hpux_address_to_host_pointer_hack()
H A Dgdbarch.c836 #ifdef ADDRESS_TO_POINTER in gdbarch_dump()
840 XSTRING (ADDRESS_TO_POINTER (type, buf, addr))); in gdbarch_dump()
H A Dprocfs.c2866 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 Dgdbint.texinfo2568 @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