]>
Commit | Line | Data |
---|---|---|
5ba3f43e A |
1 | # ARM64 specific blacklist |
2 | ||
3 | # Exclude KASan runtime | |
4 | src:./san/kasan-arm64.c | |
5 | ||
a39ff7e2 A |
6 | # These use a local variable to work out which stack we're on, but can end up with |
7 | # a fakestack allocation. | |
5ba3f43e | 8 | fun:ml_at_interrupt_context |
a39ff7e2 A |
9 | fun:ml_stack_remaining |
10 | fun:ml_stack_base | |
11 | fun:ml_stack_size |