Searched refs:stack_bytes (Results 1 – 1 of 1) sorted by relevance
579 size_t stack_bytes, rtype_size, rsize; in ffi_call_int() local586 stack_bytes = cif->bytes; in ffi_call_int()603 context = alloca (sizeof(struct call_context) + stack_bytes + 32 + rsize); in ffi_call_int()605 frame = (void*)((uintptr_t)stack + (uintptr_t)stack_bytes); in ffi_call_int()