Home
last modified time | relevance | path

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

/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c927 u64 *got = ((u64 *)p) + find_elf_clone_got("/system/lib64/libc.so"); in hook_clone() local
928 if (*got != (u64)clone) in hook_clone()
931 void *page = (void*)((u64)got & ~0xffful); in hook_clone()
936 *got = (u64)clone_unshare_files; in hook_clone()