Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/aarch64/
H A Dsignal.c538 int this_loc = l->total_size; in alloc_sigframe_space() local
543 } else if (this_size + this_loc > std_size) { in alloc_sigframe_space()
546 l->extra_ofs = this_loc; in alloc_sigframe_space()
554 l->extra_base = this_loc = l->total_size; in alloc_sigframe_space()
559 return this_loc; in alloc_sigframe_space()