HomeSort by relevance Sort by last modified time
    Searched refs:exec_func (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/kernel/syscalls/mprotect/
mprotect04.c 135 static char exec_func[] = { variable
150 memcpy(mem, exec_func, sizeof(exec_func));
160 static void exec_func(void) function
193 * Copy page where &exec_func resides. Also try to copy subsequent page
194 * in case exec_func is close to page boundary.
200 uintptr_t func_page_offset = (uintptr_t)&exec_func & (page_sz - 1);
202 void *page_to_copy = (void *)((uintptr_t)&exec_func & page_mask);
207 tst_resm(TINFO, "exec_func: %p, page_to_copy: %p\n",
208 &exec_func, page_to_copy)
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-local-class.cpp 169 template <typename Func> function exec_func(Func f) { function in namespace:PR14373
181 exec_func(Type());
  /external/ltp/testcases/kernel/mem/mtest05/
mmstress.c 277 void *(*exec_func) (void *),
371 if (pthread_create(&pthread_ids[thrd_ndx++], NULL, exec_func,
  /external/python/cpython3/Lib/
os.py 574 exec_func = execve
577 exec_func = execv
583 exec_func(file, *argrest)
594 exec_func(fullname, *argrest)
    [all...]

Completed in 178 milliseconds