/netbsd-src/external/gpl2/libmalloc/dist/ |
H A D | Makefile | 28 sources = valloc.c malloc.c free.c cfree.c realloc.c calloc.c morecore.c memalign.c mcheck.c mtrace… 29 objects = valloc.o malloc.o free.o cfree.o realloc.o calloc.o morecore.o memalign.o mcheck.o mtrace…
|
H A D | OChangeLog | 19 * mcheck.c (mcheck, checkhdr): Support user-supplied abort()
|
H A D | malloc.h | 255 extern int mcheck __P ((void (*__abortfunc) __P ((enum mcheck_status))));
|
H A D | mcheck.c | 194 mcheck (func)
|
H A D | gmalloc.c | 257 extern int mcheck __P ((void (*__abortfunc) __P ((enum mcheck_status))));
|
/netbsd-src/sys/arch/vax/boot/boot/ |
H A D | autoconf.c | 136 mcheck(void *arg) in mcheck() function 176 scb_vec[4/4].hoppaddr = mcheck; in scbinit()
|
/netbsd-src/external/gpl2/libmalloc/lib/ |
H A D | Makefile | 10 SRCS+= memalign.c valloc.c mcheck.c mtrace.c mstats.c vm-limit.c
|
/netbsd-src/sys/arch/vax/vax/ |
H A D | intvec.S | 86 INTVEC(mcheck, ISTACK) # Machine Check., 4 155 # mcheck is the badaddress trap, also called when referencing 160 SCBENTRY(mcheck)
|
/netbsd-src/bin/ksh/ |
H A D | mail.c | 47 mcheck() in mcheck() function
|
H A D | proto.h | 162 void mcheck ARGS((void));
|
H A D | main.c | 576 mcheck();
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
H A D | lsan_interceptors.cc | 183 INTERCEPTOR(int, mcheck, void (*abortfunc)(int mstatus)) { in INTERCEPTOR() argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/genopts/ |
H A D | loongarch.opt.in | 133 mcheck-zero-division
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/ |
H A D | loongarch.opt | 140 mcheck-zero-division
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
H A D | lsan_interceptors.cc | 181 INTERCEPTOR(int, mcheck, void (*abortfunc)(int mstatus)) { in INTERCEPTOR() argument
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
H A D | lsan_interceptors.cpp | 207 INTERCEPTOR(int, mcheck, void (*abortfunc)(int mstatus)) { in INTERCEPTOR() argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/ |
H A D | mips.opt | 81 mcheck-zero-division
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
H A D | mips.opt | 81 mcheck-zero-division
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-1990 | 703 mcheck.c: rename include file "gmalloc.c" to avoid problems 2105 * utils.c (init_malloc): Moved here from mcheck.c and modified 2106 to use the standard mcheck.c 2107 Makefile.dist: Modify to reflect new mcheck. 2600 * Makefile.dist (expread.o, mcheck.o): Remove leading "./" not 2989 * mcheck.c: Put whole file in #if defined MALLOC_RANGE_CHECK. 2991 * mcheck.c (checkhdr): Call fatal_dump_core not abort. 2993 * mcheck.c: Copy from malloc distribution.
|
H A D | ChangeLog-1991 | 1576 * mcheck.c: Add __ONEFILE kludge to allow compilation by non-ANSI 2599 * mcheck.c: Don't include <stdlib.h>; just declare "void abort();" 2618 * mcheck.c: Avoid warning about undeclared abort fn.
|
H A D | ChangeLog-1992 | 5030 * gmalloc.c, gmalloc.h mcheck.c mmap-alloc.c mmap-sbrk.c mtrace.c, 5045 * Makefile.in (saber_gdb): Remove mcheck, mtrace. Add MMALLOC_DIR. 5652 * mcheck.c (NOARGS): Change hardwired void in prototypes to NOARGS.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-1990 | 703 mcheck.c: rename include file "gmalloc.c" to avoid problems 2105 * utils.c (init_malloc): Moved here from mcheck.c and modified 2106 to use the standard mcheck.c 2107 Makefile.dist: Modify to reflect new mcheck. 2600 * Makefile.dist (expread.o, mcheck.o): Remove leading "./" not 2989 * mcheck.c: Put whole file in #if defined MALLOC_RANGE_CHECK. 2991 * mcheck.c (checkhdr): Call fatal_dump_core not abort. 2993 * mcheck.c: Copy from malloc distribution.
|
H A D | ChangeLog-1991 | 1576 * mcheck.c: Add __ONEFILE kludge to allow compilation by non-ANSI 2599 * mcheck.c: Don't include <stdlib.h>; just declare "void abort();" 2618 * mcheck.c: Avoid warning about undeclared abort fn.
|
H A D | ChangeLog-1992 | 5030 * gmalloc.c, gmalloc.h mcheck.c mmap-alloc.c mmap-sbrk.c mtrace.c, 5045 * Makefile.in (saber_gdb): Remove mcheck, mtrace. Add MMALLOC_DIR. 5652 * mcheck.c (NOARGS): Change hardwired void in prototypes to NOARGS.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | ChangeLog-2003 | 2084 * misc.c: Don't #include <mcheck.h>
|