Home
last modified time | relevance | path

Searched refs:KernelSigaction (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Linux/
H A Dpreinstalled_signal.cpp32 struct KernelSigaction { struct
50 int InternalSigaction(int sig, KernelSigaction *act, KernelSigaction *oact) { in InternalSigaction() argument
60 struct KernelSigaction pre_asan = {};
91 KernelSigaction post_asan = {}; in main()