Searched refs:store_typed_address (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddefs.h548 extern void store_typed_address (gdb_byte *buf, struct type *type,
H A Dfindvar.c207 store_typed_address (gdb_byte *buf, struct type *type, CORE_ADDR addr) function
211 _("store_typed_address: "
647 store_typed_address (value_contents_raw (v), type, addr);
650 store_typed_address (value_contents_raw (v), type,
H A Dvalue.c3357 store_typed_address (buf, type, (CORE_ADDR) num);
3399 store_typed_address (buf, type, (CORE_ADDR) num);
3448 store_typed_address (value_contents_raw (val),
H A Dwindows-tdep.c408 store_typed_address (value_contents_raw (val), type, tlb);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddefs.h569 extern void store_typed_address (gdb_byte *buf, struct type *type,
H A Dfindvar.c202 store_typed_address (gdb_byte *buf, struct type *type, CORE_ADDR addr) function
H A Dwindows-tdep.c407 store_typed_address (value_contents_raw (val).data (), type, tlb);
H A Dvalue.c3554 store_typed_address (buf, type, (CORE_ADDR) num);
3603 store_typed_address (buf, type, (CORE_ADDR) num);
3664 store_typed_address (value_contents_raw (val).data (),

Completed in 219 milliseconds