Home
last modified time | relevance | path

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

/third_party/libffi/src/aarch64/
Dffi.c579 size_t stack_bytes, rtype_size, rsize; in ffi_call_int() local
586 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()