OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ffi_closure_sysv
(Results
1 - 6
of
6
) sorted by null
/external/libffi/src/nios2/
sysv.S
98
.global
ffi_closure_sysv
99
.type
ffi_closure_sysv
, @function
101
ffi_closure_sysv
:
label
135
.size
ffi_closure_sysv
, .-
ffi_closure_sysv
ffi.c
56
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;
/external/python/cpython2/Modules/_ctypes/libffi/src/nios2/
sysv.S
98
.global
ffi_closure_sysv
99
.type
ffi_closure_sysv
, @function
101
ffi_closure_sysv
:
label
135
.size
ffi_closure_sysv
, .-
ffi_closure_sysv
ffi.c
56
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;
/external/python/cpython3/Modules/_ctypes/libffi/src/nios2/
sysv.S
98
.global
ffi_closure_sysv
99
.type
ffi_closure_sysv
, @function
101
ffi_closure_sysv
:
label
135
.size
ffi_closure_sysv
, .-
ffi_closure_sysv
ffi.c
56
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 555 milliseconds