Lines Matching refs:links
189 not cc.links('''
405 if host_arch == 'i386' and not cc.links('''
500 cc.links(stack_protector_probe, args: ['-Werror', arg])
528 if host_os != 'darwin' and cc.links(ucontext_probe)
578 if cc.links('int main(int argc, char **argv) { return argc + 1; }',
1013 if cc.links(files('scripts/xen-detect.c'),
1110 if gio.found() and not cc.links('''
1168 if not cc.links(linux_io_uring_test)
1193 if cc.links(libattr_test)
1199 cc.links(libattr_test, dependencies: libattr, args: '-DCONFIG_LIBATTR')
1246 if libcap_ng.found() and not cc.links('''
1293 if vde.found() and not cc.links('''
1466 elif cc.links(mpath_test_source, dependencies: mpathlibs)
1508 if cc.links(curses_test, args: curses_compile_args, dependencies: [curses])
1529 if cc.links(curses_test, args: curses_compile_args, dependencies: libcurses)
1547 if cc.links('''
1578 if brlapi.found() and not cc.links('''
1623 if cc.links('''
1651 glusterfs_ftruncate_has_stat = cc.links('''
1661 glusterfs_iocb_has_stat = cc.links('''
1682 if cc.links('''
1715 if libbzip2.found() and not cc.links('''
1732 if liblzfse.found() and not cc.links('''
1865 if gcrypt.found() and not cc.links('''
1876 if gcrypt.found() and not cc.links('''
1895 if nettle.found() and not cc.links('''
1907 if nettle.found() and not cc.links('''
2023 if pam.found() and not cc.links('''
2047 if snappy.found() and not cc.links('''
2063 if lzo.found() and not cc.links('''
2079 if numa.found() and not cc.links('''
2098 if fdt.found() and cc.links('''
2276 if libbpf.found() and not cc.links('''
2818 config_host_data.set('CONFIG_EVENTFD', cc.links('''
2821 config_host_data.set('CONFIG_FDATASYNC', cc.links(osdep_prefix + '''
2830 has_madvise = cc.links(osdep_prefix + '''
2837 # test program links despite a compile warning). To detect the
2841 missing_madvise_proto = cc.links(osdep_prefix + '''>
2849 config_host_data.set('CONFIG_MEMFD', cc.links(osdep_prefix + '''
2852 config_host_data.set('CONFIG_OPEN_BY_HANDLE', cc.links(osdep_prefix + '''
2863 config_host_data.set('CONFIG_POSIX_MADVISE', cc.links(osdep_prefix + '''
2868 config_host_data.set('CONFIG_PTHREAD_SETNAME_NP_W_TID', cc.links(osdep_prefix + '''
2879 config_host_data.set('CONFIG_PTHREAD_SETNAME_NP_WO_TID', cc.links(osdep_prefix + '''
2889 config_host_data.set('CONFIG_PTHREAD_SET_NAME_NP', cc.links(osdep_prefix + '''
2901 config_host_data.set('CONFIG_PTHREAD_CONDATTR_SETCLOCK', cc.links(osdep_prefix + '''
2911 config_host_data.set('CONFIG_PTHREAD_AFFINITY_NP', cc.links(osdep_prefix + '''
2928 config_host_data.set('CONFIG_SIGNALFD', cc.links(osdep_prefix + '''
2931 config_host_data.set('CONFIG_SPLICE', cc.links(osdep_prefix + '''
2940 config_host_data.set('HAVE_MLOCKALL', cc.links(osdep_prefix + '''
2946 config_host_data.set('HAVE_MLOCK_ONFAULT', cc.links(osdep_prefix + '''
2982 config_host_data.set('HAVE_FSXATTR', cc.links('''
3000 config_host_data.set('CONFIG_ATOMIC64', cc.links('''
3021 has_int128 = has_int128_type and cc.links('''
3047 has_atomic128 = cc.links(atomic_test_128, args: qemu_isa_flags)
3056 has_atomic128_opt = cc.links('__attribute__((optimize("O1")))' + atomic_test_128,
3061 config_host_data.set('CONFIG_CMPXCHG128', cc.links('''
3073 config_host_data.set('CONFIG_GETAUXVAL', cc.links(osdep_prefix + '''
3079 config_host_data.set('CONFIG_ELF_AUX_INFO', cc.links(osdep_prefix + '''
3113 have_cpuid_h = cc.links('''
3138 have_avx2 = cc.links('''
3146 have_avx512bw = cc.links('''
3230 config_host_data.set('HAVE__LOCK_FILE', cc.links('''
3245 mingw_has_setjmp_longjmp = cc.links('''