Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/mprotect/
Dmprotect04.c135 static char exec_func[] = { variable
150 memcpy(mem, exec_func, sizeof(exec_func)); in get_func()
160 static void exec_func(void) in exec_func() function
200 uintptr_t func_page_offset = (uintptr_t)&exec_func & (page_sz - 1); in get_func()
202 void *page_to_copy = (void *)((uintptr_t)&exec_func & page_mask); in get_func()
208 &exec_func, page_to_copy); in get_func()
/external/python/cpython3/Lib/
Dos.py574 exec_func = execve
577 exec_func = execv
583 exec_func(file, *argrest)
594 exec_func(fullname, *argrest)
/external/clang/test/SemaTemplate/
Dinstantiate-local-class.cpp169 template <typename Func> function exec_func(Func f) { in exec_func() function
181 exec_func(Type()); in call()
/external/ltp/testcases/kernel/mem/mtest05/
Dmmstress.c277 void *(*exec_func) (void *), in map_and_thread()
371 if (pthread_create(&pthread_ids[thrd_ndx++], NULL, exec_func, in map_and_thread()