Searched refs:WriteGwpAsanLog (Results 1 - 2 of 2) sorted by relevance
/third_party/musl/porting/linux/user/src/gwp_asan/ |
H A D | gwp_asan.c | 164 static void (*WriteGwpAsanLog)(char*, size_t);
variable 212 if (WriteGwpAsanLog != NULL) {
in gwp_asan_printf() 213 WriteGwpAsanLog(log_buffer, strlen(log_buffer));
in gwp_asan_printf() 220 if (WriteGwpAsanLog != NULL) {
in gwp_asan_printf() 221 WriteGwpAsanLog(log_buffer, strlen(log_buffer));
in gwp_asan_printf() 232 *(void**)(&WriteGwpAsanLog) = dlsym(handle, "WriteGwpAsanLog");
in gwp_asan_printf() 233 if (WriteGwpAsanLog != NULL) {
in gwp_asan_printf() 234 WriteGwpAsanLog(log_buffer, strlen(log_buffer));
in gwp_asan_printf()
|
/third_party/musl/src/gwp_asan/linux/ |
H A D | gwp_asan.c | 164 static void (*WriteGwpAsanLog)(char*, size_t);
variable 212 if (WriteGwpAsanLog != NULL) {
in gwp_asan_printf() 213 WriteGwpAsanLog(log_buffer, strlen(log_buffer));
in gwp_asan_printf() 220 if (WriteGwpAsanLog != NULL) {
in gwp_asan_printf() 221 WriteGwpAsanLog(log_buffer, strlen(log_buffer));
in gwp_asan_printf() 232 *(void**)(&WriteGwpAsanLog) = dlsym(handle, "WriteGwpAsanLog");
in gwp_asan_printf() 233 if (WriteGwpAsanLog != NULL) {
in gwp_asan_printf() 234 WriteGwpAsanLog(log_buffer, strlen(log_buffer));
in gwp_asan_printf()
|
Completed in 2 milliseconds