Home
last modified time | relevance | path

Searched defs:stack_args (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/src/tile/
Dffi.c149 ffi_sarg * const stack_args = &reg_args[NUM_ARG_REGS]; in ffi_call() local
287 ffi_sarg *stack_args) in ffi_closure_tile_inner()
/external/python/cpython2/Modules/_ctypes/libffi/src/frv/
Dffi.c178 char *stack_args = frame_pointer + 16; in ffi_closure_eabi() local
/external/python/cpython2/Modules/_ctypes/libffi/src/moxie/
Dffi.c175 char *stack_args = frame_pointer + 9*4; in ffi_closure_eabi() local
/external/python/cpython2/Modules/_ctypes/libffi/src/microblaze/
Dffi.c177 void ffi_closure_call_SYSV(void* register_args, void* stack_args, in ffi_closure_call_SYSV()
/external/python/cpython2/Modules/_ctypes/libffi/src/cris/
Dffi.c301 char *stack_args = params[6]; in ffi_prep_closure_inner() local
/external/v8/src/arm64/
Dsimulator-arm64.cc129 std::vector<int64_t> stack_args(0); in CallVoid() local