Searched refs:rz_sizes (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/ |
D | globalredzones.ll | 19 ; DUMP-NEXT: @__$rz_sizes = internal constant <{ [4 x i8], [4 x i8], [4 x i8], [4 x i8], [4 x i8], 32 ; CHECK-LABEL: .type __$rz_sizes,%object 34 ; CHECK-NEXT: __$rz_sizes:
|
D | startinitcall.ll | 28 ; DUMP-NEXT: call void @__asan_init(i32 0, i32 @__$rz_array, i32 @__$rz_sizes)
|
D | globalreplacement.ll | 34 ; DUMP-NEXT: @__$rz_sizes
|
/external/swiftshader/third_party/subzero/runtime/ |
D | szrt_asan.c | 169 void __asan_init(int n_rzs, void **rzs, int *rz_sizes) { in __asan_init() argument 192 DUMP("(%d) poisoning redzone of size %d at %p\n", i, rz_sizes[i], rzs[i]); in __asan_init() 193 __asan_poison(rzs[i], rz_sizes[i], GLOBAL_POISON_VAL); in __asan_init()
|