mirror of
https://github.com/dynup/kpatch
synced 2025-01-02 10:42:01 +00:00
Merge pull request #917 from sm00th/addressable
Add "__addressable_" to maybe_discarded_sym().
This commit is contained in:
commit
3ac8b2e038
@ -80,7 +80,8 @@ static int maybe_discarded_sym(const char *name)
|
||||
*/
|
||||
if (!strncmp(name, "__exitcall_", 11) ||
|
||||
!strncmp(name, "__brk_reservation_fn_", 21) ||
|
||||
!strncmp(name, "__func_stack_frame_non_standard_", 32))
|
||||
!strncmp(name, "__func_stack_frame_non_standard_", 32) ||
|
||||
!strncmp(name, "__addressable_", 14))
|
||||
return 1;
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user