Home
last modified time | relevance | path

Searched refs:__enable_execute_stack (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/libbcc/runtime/test/Unit/
Denable_execute_stack_test.c19 extern void __enable_execute_stack(void* addr);
40 __enable_execute_stack(execution_buffer); in main()
/frameworks/compile/libbcc/runtime/lib/
Denable_execute_stack.c33 void __enable_execute_stack(void* addr) in __enable_execute_stack() function
Dapple_versioning.c62 NOT_HERE_BEFORE_10_6(__enable_execute_stack)
/frameworks/compile/libbcc/runtime/
DREADME.txt191 // __enable_execute_stack() is used with nested functions when a trampoline
194 void __enable_execute_stack(void* addr);