Searched refs:SIGSEGV (Results 1 – 25 of 30) sorted by relevance
12
/glibc-2.36/hurd/ |
D | catch-signal.c | 87 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()
|
D | hurdfault.h | 46 _hurdsig_catch_fault (__sigmask (SIGSEGV) | __sigmask (SIGBUS), \
|
D | exc2signal.c | 42 *signo = SIGSEGV; in _hurd_exception2signal()
|
D | hurdsig.c | 849 case SIGSEGV: in weak_alias()
|
/glibc-2.36/stdio-common/ |
D | psiginfo.c | 41 #define NOW SIGSEGV 125 H (SIGSEGV); in psiginfo() 186 || pinfo->si_signo == SIGSEGV || pinfo->si_signo == SIGBUS) in psiginfo()
|
D | psiginfo-data.h | 21 #if NOW == SIGSEGV
|
/glibc-2.36/debug/ |
D | tst-longjmp_chk2.c | 87 sigaction (SIGSEGV, &action, (struct sigaction *) NULL); in do_test() 125 signal (SIGSEGV, SIG_DFL); in do_test()
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | exc2signal.c | 43 *signo = SIGSEGV; in exception2signal() 49 *signo = SIGSEGV; in exception2signal()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tst-pkey.c | 88 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/ |
D | tst-cet-legacy-8.c | 47 #define EXPECTED_SIGNAL (_get_ssp () == 0 ? 0 : SIGSEGV)
|
/glibc-2.36/sysdeps/pthread/ |
D | tst-cleanup2.c | 43 if (signal (SIGSEGV, &sig_handler) == SIG_ERR) in do_test()
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86/ |
D | tst-cet-property-2.c | 55 TEST_VERIFY_EXIT (signal (SIGSEGV, &sig_handler) != SIG_ERR); in do_test()
|
D | tst-cet-vfork-1.c | 87 #define EXPECTED_SIGNAL (_get_ssp () == 0 ? 0 : SIGSEGV)
|
/glibc-2.36/bits/ |
D | signum-generic.h | 52 #define SIGSEGV 11 /* Invalid access to storage. */ macro
|
/glibc-2.36/sysdeps/arm/ |
D | aeabi_lcsts.c | 71 eabi_constant (SIGSEGV);
|
/glibc-2.36/sysdeps/generic/ |
D | siglist.h | 39 init_sig (SIGSEGV, "SEGV", N_("Segmentation fault"))
|
/glibc-2.36/elf/ |
D | nodelete.c | 40 if (sigaction (SIGSEGV, &sa, NULL) == -1) in do_test()
|
/glibc-2.36/signal/ |
D | tst-sigset.c | 25 VERIFY (set, SIGSEGV); in do_test()
|
/glibc-2.36/sysdeps/unix/sysv/linux/i386/ |
D | tst-bz21269.c | 177 xsethandler (SIGSEGV, sigsegv_handler, 0); in do_test()
|
/glibc-2.36/conform/data/ |
D | signal.h-data | 66 macro-int-constant SIGSEGV {int} > 0
|
/glibc-2.36/manual/ |
D | signal.texi | 368 @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
|
D | resource.texi | 291 its stack past this size, it gets a @code{SIGSEGV} signal.
|
D | terminal.texi | 1866 such as SIGSEGV that can result from bugs in the program.
|
/glibc-2.36/po/ |
D | eo.po | 2842 # SIGSEGV 11 Core Invalid memory reference
|
/glibc-2.36/ |
D | NEWS | 2859 SIGSEGV, Segmentation fault: pthread_create.c:432: __madvise 2890 [21913] libc: static binaries SIGSEGV in __brk when host's gcc is pie-by-
|
12