OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clear_location
(Results
1 - 2
of
2
) sorted by null
/external/libffi/src/mips/
ffi.c
574
char *
clear_location
= (char *) codeloc;
local
631
__builtin___clear_cache(
clear_location
,
clear_location
+ FFI_TRAMPOLINE_SIZE);
633
cacheflush (
clear_location
, FFI_TRAMPOLINE_SIZE, ICACHE);
/external/libffi/
ChangeLog.libffi
156
(ffi_prep_closure_loc): Use
clear_location
instead of tramp.
Completed in 213 milliseconds