Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/buildroot/package/liblog4c-localtime/
H A D0003-Fix-debug-mode-build-with-uClibc.patch7 <mcheck.h>. It takes the precaution of testing if __GLIBC__ is
10 mcheck.h.
13 on mcheck.h, and then use HAVE_MCHECK_H were appropriate.
32 +pthread.h mcheck.h])
46 #include <mcheck.h>
/OK3568_Linux_fs/buildroot/package/popt/
H A D0004-fix-build-without-wchar.patch26 -AC_CHECK_HEADERS([fnmatch.h glob.h langinfo.h libintl.h mcheck.h stdalign.h])
27 +AC_CHECK_HEADERS([fnmatch.h glob.h langinfo.h libintl.h mcheck.h stdalign.h wchar.h])
H A D0005-fix-build-without-mbstate_t.patch30 -AC_CHECK_HEADERS([fnmatch.h glob.h langinfo.h libintl.h mcheck.h stdalign.h wchar.h])
31 +AC_CHECK_HEADERS([fnmatch.h glob.h langinfo.h libintl.h mcheck.h stdalign.h])
H A D0003-configure-replace-deprecated-macros.patch41 -AC_CHECK_HEADERS(fnmatch.h glob.h langinfo.h libintl.h mcheck.h stdalign.h)
42 +AC_CHECK_HEADERS([fnmatch.h glob.h langinfo.h libintl.h mcheck.h stdalign.h])
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dmcheck.h41 extern int mcheck (void (*__abortfunc)(enum mcheck_status)) __THROW;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dmcheck.h41 extern int mcheck (void (*__abortfunc)(enum mcheck_status)) __THROW;
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dptrace.h40 unsigned long mcheck : 1; /* Machine-Check Mask */ member
/OK3568_Linux_fs/kernel/arch/s390/boot/
H A Dpgm_check_info.c72 *p++ = hex_asc_lo(psw->mcheck); in print_pgm_check_info()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Ddumpstack.c160 psw->key, psw->mcheck, psw->wait, psw->pstate, psw->as, psw->cc, psw->pm); in show_registers()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dgenex.S584 BUILD_HANDLER mcheck mcheck cli verbose /* #24 */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-11413 * mcheck: (libc)Heap Consistency Checking.
7154 the ‘mcheck’ function. This function is a GNU extension, declared in
7155mcheck.h’.
7157 -- Function: int mcheck (void (*ABORTFN) (enum mcheck_status STATUS))
7159 Preliminary: | MT-Unsafe race:mcheck const:malloc_hooks | AS-Unsafe
7162 Calling ‘mcheck’ tells ‘malloc’ to perform occasional consistency
7167 is found. If you supply a null pointer, then ‘mcheck’ uses a
7174 anything with ‘malloc’. So ‘mcheck’ does nothing in that case.
7178 The easiest way to arrange to call ‘mcheck’ early enough is to use
7181 use a debugger to insert a call to ‘mcheck’ whenever the program is
[all …]
H A Dlibc.info-21413 * mcheck: (libc)Heap Consistency Checking.
2250 The ‘mcheck’ function (*note Heap Consistency Checking::) works by
2364 ‘int mcheck (void (*ABORTFN) (void))’
2440 other systems. The prototype can be found in ‘mcheck.h’.
2457 other systems. The prototype can be found in ‘mcheck.h’.
2473 #include <mcheck.h>
2516 #include <mcheck.h>
H A Dlibc.info-161413 * mcheck: (libc)Heap Consistency Checking.
3837 * mcheck: Heap Consistency Checking.
H A Dlibc.info-171413 * mcheck: (libc)Heap Consistency Checking.
4097 * mcheck.h: Heap Consistency Checking.
H A Ddir1241 * mcheck: (libc)Heap Consistency Checking.
H A Dlibc.info-141413 * mcheck: (libc)Heap Consistency Checking.
H A Dlibc.info1413 * mcheck: (libc)Heap Consistency Checking.
H A Dlibc.info-131413 * mcheck: (libc)Heap Consistency Checking.
15145 ‘int mcheck (void (*ABORTFN) (enum mcheck_status STATUS))’
15147mcheck.h’ (GNU): *note Heap Consistency Checking::.
15302mcheck.h’ (GNU): *note Tracing malloc::.
15358mcheck.h’ (GNU): *note Tracing malloc::.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-11413 * mcheck: (libc)Heap Consistency Checking.
7154 the ‘mcheck’ function. This function is a GNU extension, declared in
7155mcheck.h’.
7157 -- Function: int mcheck (void (*ABORTFN) (enum mcheck_status STATUS))
7159 Preliminary: | MT-Unsafe race:mcheck const:malloc_hooks | AS-Unsafe
7162 Calling ‘mcheck’ tells ‘malloc’ to perform occasional consistency
7167 is found. If you supply a null pointer, then ‘mcheck’ uses a
7174 anything with ‘malloc’. So ‘mcheck’ does nothing in that case.
7178 The easiest way to arrange to call ‘mcheck’ early enough is to use
7181 use a debugger to insert a call to ‘mcheck’ whenever the program is
[all …]
H A Dlibc.info-21413 * mcheck: (libc)Heap Consistency Checking.
2250 The ‘mcheck’ function (*note Heap Consistency Checking::) works by
2364 ‘int mcheck (void (*ABORTFN) (void))’
2440 other systems. The prototype can be found in ‘mcheck.h’.
2457 other systems. The prototype can be found in ‘mcheck.h’.
2473 #include <mcheck.h>
2516 #include <mcheck.h>
H A Dlibc.info-161413 * mcheck: (libc)Heap Consistency Checking.
3837 * mcheck: Heap Consistency Checking.
H A Dlibc.info-171413 * mcheck: (libc)Heap Consistency Checking.
4097 * mcheck.h: Heap Consistency Checking.
H A Ddir1241 * mcheck: (libc)Heap Consistency Checking.
H A Dlibc.info-141413 * mcheck: (libc)Heap Consistency Checking.
H A Dlibc.info1413 * mcheck: (libc)Heap Consistency Checking.

123