Searched refs:allocate_to_stack (Results 1 – 1 of 1) sorted by relevance
/third_party/libffi/src/aarch64/ |
D | ffi.c | 274 allocate_to_stack (struct arg_state *state, void *stack, in allocate_to_stack() function 468 return allocate_to_stack (state, stack, size, size); in allocate_int_to_reg_or_stack() 642 void *d = allocate_to_stack (&state, stack, ty->alignment, s); in ffi_call_int() 679 dest = allocate_to_stack(&state, stack, ty->alignment, s); in ffi_call_int() 692 dest = allocate_to_stack (&state, stack, ty->alignment, s); in ffi_call_int() 726 dest = allocate_to_stack (&state, stack, ty->alignment, s); in ffi_call_int() 938 avalue[i] = allocate_to_stack(&state, stack, in ffi_closure_SYSV_inner() 954 avalue[i] = allocate_to_stack(&state, stack, in ffi_closure_SYSV_inner() 980 avalue[i] = allocate_to_stack(&state, stack, in ffi_closure_SYSV_inner()
|