Searched refs:write_memory_unsigned_integer (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | hppa-hpux-tdep.c | 1345 write_memory_unsigned_integer (sp, 4, 0x02a010a1); in hppa_hpux_push_dummy_code() 1347 write_memory_unsigned_integer (sp + 4, 4, 0x00011820); in hppa_hpux_push_dummy_code() 1349 write_memory_unsigned_integer (sp + 8, 4, 0xe2a00000); in hppa_hpux_push_dummy_code() 1351 write_memory_unsigned_integer (sp + 12, 4, 0x08000240); in hppa_hpux_push_dummy_code() 1382 write_memory_unsigned_integer (sp, 4, funcaddr); in hppa_hpux_push_dummy_code() 1383 write_memory_unsigned_integer (sp + 4, 4, gp); in hppa_hpux_push_dummy_code()
|
| H A D | gdbcore.h | 92 extern void write_memory_unsigned_integer (CORE_ADDR addr, int len,
|
| H A D | corefile.c | 359 write_memory_unsigned_integer (CORE_ADDR addr, int len, ULONGEST value) in write_memory_unsigned_integer() function
|
| H A D | i386obsd-tdep.c | 297 write_memory_unsigned_integer (sp_addr, 4, sp); in i386obsd_collect_uthread()
|
| H A D | amd64obsd-tdep.c | 333 write_memory_unsigned_integer (sp_addr, 8, sp); in amd64obsd_collect_uthread()
|
| H A D | ppc-sysv-tdep.c | 719 write_memory_unsigned_integer (gparam, tdep->wordsize, in ppc64_sysv_abi_push_dummy_call()
|
| H A D | h8300-tdep.c | 719 write_memory_unsigned_integer (sp, wordsize, bp_addr); in h8300_push_dummy_call()
|
| H A D | hppa-tdep.c | 938 write_memory_unsigned_integer (param_end - param_ptr, in hppa64_push_dummy_call()
|
| H A D | s390-tdep.c | 2568 write_memory_unsigned_integer (starg, word_size, copy_addr[i]); in s390_push_dummy_call()
|
| H A D | ChangeLog-2001 | 1624 * corefile.c (write_memory_unsigned_integer, 1627 * gdbcore.h (write_memory_unsigned_integer,
|