Home
last modified time | relevance | path

Searched refs:write_memory_unsigned_integer (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dhppa-hpux-tdep.c1345 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 Dgdbcore.h92 extern void write_memory_unsigned_integer (CORE_ADDR addr, int len,
H A Dcorefile.c359 write_memory_unsigned_integer (CORE_ADDR addr, int len, ULONGEST value) in write_memory_unsigned_integer() function
H A Di386obsd-tdep.c297 write_memory_unsigned_integer (sp_addr, 4, sp); in i386obsd_collect_uthread()
H A Damd64obsd-tdep.c333 write_memory_unsigned_integer (sp_addr, 8, sp); in amd64obsd_collect_uthread()
H A Dppc-sysv-tdep.c719 write_memory_unsigned_integer (gparam, tdep->wordsize, in ppc64_sysv_abi_push_dummy_call()
H A Dh8300-tdep.c719 write_memory_unsigned_integer (sp, wordsize, bp_addr); in h8300_push_dummy_call()
H A Dhppa-tdep.c938 write_memory_unsigned_integer (param_end - param_ptr, in hppa64_push_dummy_call()
H A Ds390-tdep.c2568 write_memory_unsigned_integer (starg, word_size, copy_addr[i]); in s390_push_dummy_call()
H A DChangeLog-20011624 * corefile.c (write_memory_unsigned_integer,
1627 * gdbcore.h (write_memory_unsigned_integer,