Searched refs:stack_slots (Results 1 – 2 of 2) sorted by relevance
2363 int stack_slots, nregs, slots, i; in calc_arg_aux() local2381 stack_slots = (m->arg_size[i] + 7) / 8; in calc_arg_aux()2382 a->bstack_for_args += stack_slots * 8; in calc_arg_aux()2383 a->ostack_for_args = a->ostack_for_args + stack_slots * 8; in calc_arg_aux()
2344 int stack_slots = subprogs[i].stack_extra / 8; in bpf_do_misc_fixups() local2347 if (!stack_slots) in bpf_do_misc_fixups()2350 if (stack_slots > slots) { in bpf_do_misc_fixups()