You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Headers] Add new caprelocs permission for code pointers
Code pointers are like function pointers, but they should not be wrapped
in trampolines when c18n is enabled. They are mainly used for C++
exceptions landing pads, among other things.
This permissions should be OR'ed with the existing 'function' permission
when used.
Note that, absent a c18n implementation, which will need to have custom
handling of function relocations and so cannot use this implementation,
the two can be treated identically.
0 commit comments