Searched refs:stack_slots (Results 1 – 2 of 2) sorted by relevance
2404 int stack_slots, nregs, slots, i; in calc_arg_aux() local2422 stack_slots = (m->arg_size[i] + 7) / 8; in calc_arg_aux()2423 a->bstack_for_args += stack_slots * 8; in calc_arg_aux()2424 a->ostack_for_args = a->ostack_for_args + stack_slots * 8; in calc_arg_aux()
24297 int stack_slots = subprogs[i].stack_extra / 8; in do_misc_fixups() local24300 if (!stack_slots) in do_misc_fixups()24303 if (stack_slots > slots) { in do_misc_fixups()