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