Searched refs:__asan_error (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/subzero/runtime/ |
D | szrt_asan.c | 93 static void __asan_error(char *, int, int, void *); 116 static void __asan_error(char *ptr, int size, int access, void *ret_addr) { in __asan_error() function 128 fprintf(stderr, "(address of __asan_error symbol is %p)\n", __asan_error); in __asan_error() 160 __asan_error(ptr, size, ACCESS_LOAD, __builtin_return_address(0)); in __asan_check_load() 166 __asan_error(ptr, size, ACCESS_STORE, __builtin_return_address(0)); in __asan_check_store() 256 fprintf(stderr, "(address of __asan_error symbol is %p)\n", __asan_error); in __asan_free()
|
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/ |
D | doublefree.ll | 25 ; ERR-NEXT: address of __asan_error symbol is
|
D | errors.ll | 226 ; LOCAL-LOAD-NEXT: address of __asan_error symbol is 228 ; LOCAL-STORE-NEXT: address of __asan_error symbol is 230 ; GLOBAL-LOAD-NEXT: address of __asan_error symbol is 232 ; GLOBAL-STORE-NEXT: address of __asan_error symbol is
|