Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dhppa-tdep.c706 CORE_ADDR param_ptr = 32; in hppa32_push_dummy_call() local
762 param_ptr += param_len; in hppa32_push_dummy_call()
764 param_ptr = align_up (param_ptr, 8); in hppa32_push_dummy_call()
775 write_memory (param_end - param_ptr, param_val, param_len); in hppa32_push_dummy_call()
780 if (param_ptr <= 48) in hppa32_push_dummy_call()
782 int grreg = 26 - (param_ptr - 36) / 4; in hppa32_push_dummy_call()
783 int fpLreg = 72 + (param_ptr - 36) / 4 * 2; in hppa32_push_dummy_call()
784 int fpreg = 74 + (param_ptr - 32) / 8 * 4; in hppa32_push_dummy_call()
811 param_end = struct_end + align_up (param_ptr, 64); in hppa32_push_dummy_call()