Home
last modified time | relevance | path

Searched refs:SIGSEGV (Results 1 – 25 of 30) sorted by relevance

12

/glibc-2.36/hurd/
Dcatch-signal.c87 return __hurd_catch_signal (__sigmask (SIGBUS) | __sigmask (SIGSEGV), in strong_alias()
101 return __hurd_catch_signal (__sigmask (SIGBUS) | __sigmask (SIGSEGV), in hurd_safe_copyout()
114 return __hurd_catch_signal (__sigmask (SIGBUS) | __sigmask (SIGSEGV), in hurd_safe_copyin()
128 __sigmask (SIGBUS) | __sigmask (SIGSEGV), in hurd_safe_memmove()
134 __sigmask (SIGBUS) | __sigmask (SIGSEGV), in hurd_safe_memmove()
Dhurdfault.h46 _hurdsig_catch_fault (__sigmask (SIGSEGV) | __sigmask (SIGBUS), \
Dexc2signal.c42 *signo = SIGSEGV; in _hurd_exception2signal()
Dhurdsig.c849 case SIGSEGV: in weak_alias()
/glibc-2.36/stdio-common/
Dpsiginfo.c41 #define NOW SIGSEGV
125 H (SIGSEGV); in psiginfo()
186 || pinfo->si_signo == SIGSEGV || pinfo->si_signo == SIGBUS) in psiginfo()
Dpsiginfo-data.h21 #if NOW == SIGSEGV
/glibc-2.36/debug/
Dtst-longjmp_chk2.c87 sigaction (SIGSEGV, &action, (struct sigaction *) NULL); in do_test()
125 signal (SIGSEGV, SIG_DFL); in do_test()
/glibc-2.36/sysdeps/mach/hurd/i386/
Dexc2signal.c43 *signo = SIGSEGV; in exception2signal()
49 *signo = SIGSEGV; in exception2signal()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-pkey.c88 xsigaction (SIGSEGV, &sigsegv_sigaction, NULL); in check_page_access()
93 xsignal (SIGSEGV, SIG_DFL); in check_page_access()
100 xsignal (SIGSEGV, SIG_DFL); in check_page_access()
/glibc-2.36/sysdeps/x86/
Dtst-cet-legacy-8.c47 #define EXPECTED_SIGNAL (_get_ssp () == 0 ? 0 : SIGSEGV)
/glibc-2.36/sysdeps/pthread/
Dtst-cleanup2.c43 if (signal (SIGSEGV, &sig_handler) == SIG_ERR) in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/x86/
Dtst-cet-property-2.c55 TEST_VERIFY_EXIT (signal (SIGSEGV, &sig_handler) != SIG_ERR); in do_test()
Dtst-cet-vfork-1.c87 #define EXPECTED_SIGNAL (_get_ssp () == 0 ? 0 : SIGSEGV)
/glibc-2.36/bits/
Dsignum-generic.h52 #define SIGSEGV 11 /* Invalid access to storage. */ macro
/glibc-2.36/sysdeps/arm/
Daeabi_lcsts.c71 eabi_constant (SIGSEGV);
/glibc-2.36/sysdeps/generic/
Dsiglist.h39 init_sig (SIGSEGV, "SEGV", N_("Segmentation fault"))
/glibc-2.36/elf/
Dnodelete.c40 if (sigaction (SIGSEGV, &sa, NULL) == -1) in do_test()
/glibc-2.36/signal/
Dtst-sigset.c25 VERIFY (set, SIGSEGV); in do_test()
/glibc-2.36/sysdeps/unix/sysv/linux/i386/
Dtst-bz21269.c177 xsethandler (SIGSEGV, sigsegv_handler, 0); in do_test()
/glibc-2.36/conform/data/
Dsignal.h-data66 macro-int-constant SIGSEGV {int} > 0
/glibc-2.36/manual/
Dsignal.texi368 @deftypevr Macro int SIGSEGV
377 Common ways of getting a @code{SIGSEGV} condition include dereferencing
381 @code{SIGSEGV} or @code{SIGBUS}.
387 @code{SIGSEGV}, this signal is typically the result of dereferencing an
389 @code{SIGSEGV} indicates an invalid access to valid memory, while
988 ignore program error signals like @code{SIGSEGV}, but ignoring the error
Dresource.texi291 its stack past this size, it gets a @code{SIGSEGV} signal.
Dterminal.texi1866 such as SIGSEGV that can result from bugs in the program.
/glibc-2.36/po/
Deo.po2842 # SIGSEGV 11 Core Invalid memory reference
/glibc-2.36/
DNEWS2859 SIGSEGV, Segmentation fault: pthread_create.c:432: __madvise
2890 [21913] libc: static binaries SIGSEGV in __brk when host's gcc is pie-by-

12