OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sa_restorer
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_posix.h
589
void (*
sa_restorer
)();
member in struct:__sanitizer::__sanitizer_sigaction
608
void (*
sa_restorer
)();
member in struct:__sanitizer::__sanitizer_sigaction
647
void (*
sa_restorer
)();
member in struct:__sanitizer::__sanitizer_sigaction
677
void (*
sa_restorer
)(void);
member in struct:__sanitizer::__sanitizer_kernel_sigaction_t
686
void (*
sa_restorer
)(void);
member in struct:__sanitizer::__sanitizer_kernel_sigaction_t
sanitizer_platform_limits_openbsd.h
255
void (*
sa_restorer
)(void);
member in struct:__sanitizer::__sanitizer_kernel_sigaction_t
sanitizer_platform_limits_solaris.h
283
void (*
sa_restorer
)(void);
member in struct:__sanitizer::__sanitizer_kernel_sigaction_t
sanitizer_linux.cc
795
#define
SA_RESTORER
0x04000000
796
// Doesn't set
sa_restorer
if the caller did not set it, so use with caution
809
// Without
SA_RESTORER
kernel ignores the calls (probably returns EINVAL).
810
k_act.sa_flags = u_act->sa_flags |
SA_RESTORER
;
811
// FIXME: most often
sa_restorer
is unset, however the kernel requires it
813
// If
sa_restorer
passed to the kernel is NULL, the program may crash upon
818
// oldact->
sa_restorer
upon a call to sigaction(xxx, NULL, oldact).
820
k_act.
sa_restorer
= u_act->
sa_restorer
;
836
u_oldact->
sa_restorer
= k_oldact.sa_restorer
[
all
...]
sanitizer_platform_limits_posix.cc
1062
CHECK_STRUCT_SIZE_AND_OFFSET(sigaction,
sa_restorer
);
sanitizer_platform_limits_netbsd.h
331
void (*
sa_restorer
)(void);
member in struct:__sanitizer::__sanitizer_kernel_sigaction_t
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc
2393
sigactions[sig].
sa_restorer
= act->
sa_restorer
;
Completed in 35 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025