HomeSort by relevance Sort by last modified time
    Searched refs:CrashSIGSYS_Handler (Results 1 - 2 of 2) sorted by null

  /external/libchrome/sandbox/linux/seccomp-bpf-helpers/
sigsys_handlers.h 26 CrashSIGSYS_Handler(const struct arch_seccomp_data& args, void* aux);
52 // way as CrashSIGSYS_Handler. Otherwise, returns the result of calling the
sigsys_handlers.cc 112 intptr_t CrashSIGSYS_Handler(const struct arch_seccomp_data& args, void* aux) {
240 CrashSIGSYS_Handler(args, aux);
248 return bpf_dsl::Trap(CrashSIGSYS_Handler, NULL);

Completed in 33 milliseconds