Searched refs:ffi_closure_sysv (Results 1 - 2 of 2) sorted by relevance

/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/libffi/src/nios2/
H A Dsysv.S98 .global ffi_closure_sysv
99 .type ffi_closure_sysv, @function
101 ffi_closure_sysv: label
135 .size ffi_closure_sysv, .-ffi_closure_sysv
H A Dffi.c56 extern void ffi_closure_sysv (void);
266 movhi r8, %hi(ffi_closure_sysv)
267 ori r8, r8, %lo(ffi_closure_sysv)
273 and then ffi_closure_sysv retrieves the closure pointer out of r10
277 to it in ffi_closure_sysv would be messy (it would have to indirect
282 tramp[0] = (0 << 27) | (8 << 22) | (HI (ffi_closure_sysv) << 6) | 0x34;
283 tramp[1] = (8 << 27) | (8 << 22) | (LO (ffi_closure_sysv) << 6) | 0x14;

Completed in 95 milliseconds