Home
last modified time | relevance | path

Searched refs:mcheck (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/external/gpl2/libmalloc/dist/
H A DMakefile28 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 DOChangeLog19 * mcheck.c (mcheck, checkhdr): Support user-supplied abort()
H A Dmalloc.h255 extern int mcheck __P ((void (*__abortfunc) __P ((enum mcheck_status))));
H A Dmcheck.c194 mcheck (func)
H A Dgmalloc.c257 extern int mcheck __P ((void (*__abortfunc) __P ((enum mcheck_status))));
/netbsd-src/sys/arch/vax/boot/boot/
H A Dautoconf.c136 mcheck(void *arg) in mcheck() function
176 scb_vec[4/4].hoppaddr = mcheck; in scbinit()
/netbsd-src/external/gpl2/libmalloc/lib/
H A DMakefile10 SRCS+= memalign.c valloc.c mcheck.c mtrace.c mstats.c vm-limit.c
/netbsd-src/sys/arch/vax/vax/
H A Dintvec.S86 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 Dmail.c47 mcheck() in mcheck() function
H A Dproto.h162 void mcheck ARGS((void));
H A Dmain.c576 mcheck();
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_interceptors.cc183 INTERCEPTOR(int, mcheck, void (*abortfunc)(int mstatus)) { in INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/genopts/
H A Dloongarch.opt.in133 mcheck-zero-division
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.opt140 mcheck-zero-division
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_interceptors.cc181 INTERCEPTOR(int, mcheck, void (*abortfunc)(int mstatus)) { in INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_interceptors.cpp207 INTERCEPTOR(int, mcheck, void (*abortfunc)(int mstatus)) { in INTERCEPTOR() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.opt81 mcheck-zero-division
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.opt81 mcheck-zero-division
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-1990703 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 DChangeLog-19911576 * 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 DChangeLog-19925030 * 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 DChangeLog-1990703 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 DChangeLog-19911576 * 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 DChangeLog-19925030 * 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 DChangeLog-20032084 * misc.c: Don't #include <mcheck.h>

12