| /OK3568_Linux_fs/buildroot/package/liblog4c-localtime/ |
| H A D | 0003-Fix-debug-mode-build-with-uClibc.patch | 7 <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 D | 0004-fix-build-without-wchar.patch | 26 -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 D | 0005-fix-build-without-mbstate_t.patch | 30 -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 D | 0003-configure-replace-deprecated-macros.patch | 41 -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 D | mcheck.h | 41 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 D | mcheck.h | 41 extern int mcheck (void (*__abortfunc)(enum mcheck_status)) __THROW;
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | ptrace.h | 40 unsigned long mcheck : 1; /* Machine-Check Mask */ member
|
| /OK3568_Linux_fs/kernel/arch/s390/boot/ |
| H A D | pgm_check_info.c | 72 *p++ = hex_asc_lo(psw->mcheck); in print_pgm_check_info()
|
| /OK3568_Linux_fs/kernel/arch/s390/kernel/ |
| H A D | dumpstack.c | 160 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 D | genex.S | 584 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 D | libc.info-1 | 1413 * mcheck: (libc)Heap Consistency Checking. 7154 the ‘mcheck’ function. This function is a GNU extension, declared in 7155 ‘mcheck.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 D | libc.info-2 | 1413 * 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 D | libc.info-16 | 1413 * mcheck: (libc)Heap Consistency Checking. 3837 * mcheck: Heap Consistency Checking.
|
| H A D | libc.info-17 | 1413 * mcheck: (libc)Heap Consistency Checking. 4097 * mcheck.h: Heap Consistency Checking.
|
| H A D | dir | 1241 * mcheck: (libc)Heap Consistency Checking.
|
| H A D | libc.info-14 | 1413 * mcheck: (libc)Heap Consistency Checking.
|
| H A D | libc.info | 1413 * mcheck: (libc)Heap Consistency Checking.
|
| H A D | libc.info-13 | 1413 * mcheck: (libc)Heap Consistency Checking. 15145 ‘int mcheck (void (*ABORTFN) (enum mcheck_status STATUS))’ 15147 ‘mcheck.h’ (GNU): *note Heap Consistency Checking::. 15302 ‘mcheck.h’ (GNU): *note Tracing malloc::. 15358 ‘mcheck.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 D | libc.info-1 | 1413 * mcheck: (libc)Heap Consistency Checking. 7154 the ‘mcheck’ function. This function is a GNU extension, declared in 7155 ‘mcheck.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 D | libc.info-2 | 1413 * 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 D | libc.info-16 | 1413 * mcheck: (libc)Heap Consistency Checking. 3837 * mcheck: Heap Consistency Checking.
|
| H A D | libc.info-17 | 1413 * mcheck: (libc)Heap Consistency Checking. 4097 * mcheck.h: Heap Consistency Checking.
|
| H A D | dir | 1241 * mcheck: (libc)Heap Consistency Checking.
|
| H A D | libc.info-14 | 1413 * mcheck: (libc)Heap Consistency Checking.
|
| H A D | libc.info | 1413 * mcheck: (libc)Heap Consistency Checking.
|