Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0473/
Dpoc.cpp32 static void (*real_GKI_freebuf)(void *ptr) = nullptr; variable
57 real_GKI_freebuf = (void (*)(void *))dlsym(RTLD_NEXT, "_Z11GKI_freebufPv"); in init()
58 if (!real_GKI_freebuf) { in init()
63 if (!real_GKI_freebuf) { in init()
91 real_GKI_freebuf(ptr); in GKI_freebuf()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2022-20127/
Dpoc.cpp27 static void (*real_GKI_freebuf)(void *ptr) = nullptr; variable
43 real_GKI_freebuf = (void (*)(void *))dlsym(RTLD_NEXT, "_Z11GKI_freebufPv"); in init()
44 if (!real_GKI_freebuf) { in init()
75 real_GKI_freebuf(ptr); in GKI_freebuf()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0450/
Dpoc.cpp48 static void (*real_GKI_freebuf)(void *ptr) = nullptr; variable
63 real_GKI_freebuf = (void (*)(void *))dlsym(RTLD_NEXT, "_Z11GKI_freebufPv"); in init()
64 if (!real_GKI_freebuf) { in init()
94 real_GKI_freebuf(ptr); in GKI_freebuf()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0037/
Dpoc.cpp38 static void (*real_GKI_freebuf)(void *ptr) = nullptr; variable
46 real_GKI_freebuf = (void (*)(void *))dlsym(RTLD_NEXT, "_Z11GKI_freebufPv"); in init()
47 if (!real_GKI_freebuf) { in init()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0038/
Dpoc.cpp38 static void (*real_GKI_freebuf)(void *ptr) = nullptr; variable
46 real_GKI_freebuf = (void (*)(void *))dlsym(RTLD_NEXT, "_Z11GKI_freebufPv"); in init()
47 if (!real_GKI_freebuf) { in init()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0039/
Dpoc.cpp38 static void (*real_GKI_freebuf)(void *ptr) = nullptr; variable
46 real_GKI_freebuf = (void (*)(void *))dlsym(RTLD_NEXT, "_Z11GKI_freebufPv"); in init()
47 if (!real_GKI_freebuf) { in init()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2013/
Dpoc.cpp54 static void (*real_GKI_freebuf)(void* ptr) = nullptr; variable
60 real_GKI_freebuf = (void (*)(void*))dlsym(RTLD_NEXT, "_Z11GKI_freebufPv"); in init()
61 if (!real_GKI_freebuf) { in init()
75 real_GKI_freebuf(ptr); in GKI_freebuf()