Lines Matching refs:stack_offset
74 unsigned int stack_offset = 0; in ffi_prep_args() local
101 addr = stack_base + stack_offset; in ffi_prep_args()
102 stack_offset += z; in ffi_prep_args()
131 addr = stack_base + stack_offset; in ffi_prep_args()
132 stack_offset += z; in ffi_prep_args()
169 for(i = 0; i < stack_offset / 4; i++) in ffi_prep_args()
277 register unsigned int stack_offset = 0; in ffi_prep_incoming_args_SYSV() local
310 *p_argv = (void*)stack_base + stack_offset; in ffi_prep_incoming_args_SYSV()
311 stack_offset += z; in ffi_prep_incoming_args_SYSV()
340 *p_argv = (void*)stack_base + stack_offset; in ffi_prep_incoming_args_SYSV()
341 stack_offset += z; in ffi_prep_incoming_args_SYSV()