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