Lines Matching refs:set

778 specs_data.set('SPECS_ISYSTEM', specs_isystem)
779 specs_data.set('SPECS_LIBPATH', specs_libpath)
780 specs_data.set('SPECS_STARTFILE', specs_startfile)
781 specs_data.set('TLSMODEL', tls_model_spec)
782 specs_data.set('LINK_SPEC', meson.get_cross_property('link_spec', ''))
783 specs_data.set('CC1_SPEC', meson.get_cross_property('cc1_spec', ''))
784 specs_data.set('CC1PLUS_SPEC', meson.get_cross_property('cc1plus_spec', ''))
785 specs_data.set('ADDITIONAL_LIBS', additional_libs)
786 specs_data.set('SPECS_EXTRA', specs_extra)
787 specs_data.set('SPECS_PRINTF', specs_printf)
795 specs_c_data.set('PICOLIBC_LD', 'picolibc.ld')
796 specs_c_data.set('CRTBEGIN', '')
797 specs_c_data.set('CRTEND', '')
801 specs_cpp_data.set('PICOLIBC_LD', 'picolibcpp.ld')
802 specs_cpp_data.set('CRTBEGIN', 'crtbegin%O%s')
803 specs_cpp_data.set('CRTEND', 'crtend%O%s')
938 # Ask the compiler for the set of available multilib configurations,
939 # set up the build system to compile for all desired ones
976 # doesn't set the single precision constant flag
1057 picolibc_linker_type_data.set('BFD_START', '/* For ld.bfd: ')
1058 picolibc_linker_type_data.set('BFD_END', '*/')
1059 picolibc_linker_type_data.set('LLD_START', '')
1060 picolibc_linker_type_data.set('LLD_END', '')
1061 picolibc_linker_type_data.set('TLS_PHDRS', 'tls PT_TLS;')
1062 picolibc_linker_type_data.set('TLS_INIT_SEG', 'tls')
1075 picolibc_linker_type_data.set('BFD_START', '')
1076 picolibc_linker_type_data.set('BFD_END', '')
1077 picolibc_linker_type_data.set('LLD_START', '/* For ld.lld: ')
1078 picolibc_linker_type_data.set('LLD_END', '*/')
1079 picolibc_linker_type_data.set('TLS_PHDRS', '''tls_init PT_TLS;
1081 picolibc_linker_type_data.set('TLS_INIT_SEG', 'tls_init')
1166 picolibc_linker_type_data.set('INIT_MEMORY', init_memory)
1167 picolibc_linker_type_data.set('INIT_PHDRS', init_phdrs)
1168 picolibc_linker_type_data.set('INIT_SECTIONS', init_sections)
1170 picolibc_linker_type_data.set(
1177 picolibc_linker_type_data.set(
1184 picolibc_linker_type_data.set(
1190 picolibc_linker_type_data.set(
1196 picolibc_linker_type_data.set(
1202 picolibc_linker_type_data.set(
1210 picolibc_ld_data.set('CPP_START', '/*')
1211 picolibc_ld_data.set('CPP_END', '*/')
1212 picolibc_ld_data.set('C_START', '')
1213 picolibc_ld_data.set('C_END', '')
1214 picolibc_ld_data.set('PREFIX', global_prefix)
1247 picolibcpp_ld_data.set('CPP_START', '')
1248 picolibcpp_ld_data.set('CPP_END', '')
1249 picolibcpp_ld_data.set('C_START', '/*')
1250 picolibcpp_ld_data.set('C_END', '*/')
1251 picolibcpp_ld_data.set('PREFIX', global_prefix)
1301 …conf_data.set('_HAVE_' + builtin[0].to_upper(), have_current_builtin, description: 'The compiler s…
1310 error('newlib-retargetable-locking and newlib-multithread must be set to the same value')
1313 conf_data.set('_HAVE_CC_INHIBIT_LOOP_TO_LIBCALL',
1317 conf_data.set('_HAVE_NO_BUILTIN_ATTRIBUTE',
1323 conf_data.set('_HAVE_LONG_DOUBLE', have_long_double,
1325 conf_data.set('_HAVE_ALIAS_ATTRIBUTE', have_alias_attribute)
1326 conf_data.set('_HAVE_FORMAT_ATTRIBUTE', have_format_attribute)
1327 conf_data.set('_HAVE_WEAK_ATTRIBUTE', have_weak_attribute)
1328 conf_data.set('_WANT_REGISTER_FINI', get_option('newlib-register-fini'))
1329 conf_data.set('_WANT_IO_LONG_LONG', io_long_long)
1330 conf_data.set('_WANT_MINIMAL_IO_LONG_LONG', minimal_io_long_long)
1331 conf_data.set('_WANT_FAST_BUFIO', fast_bufio)
1332 conf_data.set('_WANT_IO_POS_ARGS', io_pos_args)
1333 conf_data.set('_WANT_IO_C99_FORMATS', io_c99_formats)
1334 conf_data.set('_IO_FLOAT_EXACT', io_float_exact)
1335 conf_data.set('_WANT_IO_PERCENT_B', io_percent_b)
1336 conf_data.set('_WANT_IO_LONG_DOUBLE', io_long_double)
1337 conf_data.set('_WANT_IO_WCHAR', io_wchar)
1338 conf_data.set('_ASSERT_VERBOSE', get_option('assert-verbose'))
1341 conf_data.set('NO_FLOATING_POINT', not newlib_io_float)
1342 conf_data.set('FLOATING_POINT', newlib_io_float)
1343 conf_data.set('_WANT_REENT_GLOBAL_STDIO_STREAMS', newlib_global_stdio_streams)
1344 conf_data.set('__LARGE64_FILES', newlib_stdio64)
1346 conf_data.set('_WANT_REENT_SMALL', get_option('newlib-reent-small'))
1347 conf_data.set('_MB_CAPABLE', newlib_mb)
1348 conf_data.set('__SINGLE_THREAD__', get_option('newlib-multithread') == false)
1349 conf_data.set('_ICONV_ENABLE_EXTERNAL_CCS', newlib_iconv_external_ccs)
1350 conf_data.set('_ELIX_LEVEL', newlib_elix_level)
1354 conf_data.set('_ATEXIT_DYNAMIC_ALLOC', newlib_atexit_dynamic_alloc)
1355 conf_data.set('_REENT_GLOBAL_ATEXIT', get_option('newlib-global-atexit'))
1356 conf_data.set('_FVWRITE_IN_STREAMIO', newlib_fvwrite_in_streamio)
1357 conf_data.set('_FSEEK_OPTIMIZATION', newlib_fseek_optimization)
1358 conf_data.set('_WIDE_ORIENT', newlib_wide_orient)
1359 conf_data.set('_HAVE_FCNTL', newlib_have_fcntl)
1360 conf_data.set('_NANO_MALLOC', newlib_nano_malloc)
1361 conf_data.set('_UNBUF_STREAM_OPT', get_option('newlib-unbuf-stream-opt'))
1362 conf_data.set('_LITE_EXIT', lite_exit)
1363 conf_data.set('_PICO_EXIT', picoexit)
1364 conf_data.set('_NANO_FORMATTED_IO', newlib_nano_formatted_io)
1365 conf_data.set('_RETARGETABLE_LOCKING', get_option('newlib-retargetable-locking'))
1366 conf_data.set('TINY_STDIO', tinystdio, description: 'Use tiny stdio from gcc avr')
1367 conf_data.set('_IEEE_LIBM', not get_option('want-math-errno'), description: 'math library does not
1368 conf_data.set('_WANT_MATH_ERRNO', get_option('want-math-errno'), description: 'math library sets er…
1369 conf_data.set('PREFER_SIZE_OVER_SPEED', get_option('optimization') == 's', description: 'Optimize f…
1370 conf_data.set('FAST_STRCMP', fast_strcmp, description: 'Always optimize strcmp for performance')
1371 conf_data.set('__HAVE_LOCALE_INFO__', newlib_locale_info, description: 'locale support')
1372 conf_data.set('__HAVE_LOCALE_INFO_EXTENDED__', get_option('newlib-locale-info-extended'), descripti…
1373 conf_data.set('NEWLIB_GLOBAL_ERRNO', get_option('newlib-global-errno'), description: 'use global er…
1374 conf_data.set('_HAVE_INITFINI_ARRAY', get_option('newlib-initfini-array'), description: 'compiler s…
1375 conf_data.set('_HAVE_INIT_FINI', get_option('newlib-initfini'), description: 'Support _init() and _…
1376 conf_data.set('NEWLIB_TLS', thread_local_storage, description: 'use thread local storage')
1377 conf_data.set('PICOLIBC_TLS', thread_local_storage, description: 'use thread local storage')
1378 conf_data.set('_HAVE_PICOLIBC_TLS_API', thread_local_storage and have_picolibc_tls_api, description…
1379 conf_data.set('_HAVE_PICOLIBC_TLS_RP2040', get_option('tls-rp2040'),
1381 conf_data.set('POSIX_IO', posix_io, description: 'Use open/close/read/write in tinystdio')
1382 conf_data.set('_PRINTF_SMALL_ULTOA', printf_small_ultoa, description: 'avoid software division in d…
1383 conf_data.set('_PRINTF_PERCENT_N', printf_percent_n, description: 'support %n in printf format stri…
1384 conf_data.set('ATOMIC_UNGETC', atomic_ungetc, description: 'Use atomics for fgetc/ungetc for re-ent…
1385 conf_data.set('_PICOLIBC_ATOMIC_SIGNAL', atomic_signal, description: 'Use atomics for signal/raise …
1386 conf_data.set('_HAVE_BITFIELDS_IN_PACKED_STRUCTS', have_bitfields_in_packed_structs, description: '…
1387 conf_data.set('_HAVE_BUILTIN_MUL_OVERFLOW', have_builtin_mul_overflow, description: 'Compiler has _…
1388 conf_data.set('_HAVE_BUILTIN_ADD_OVERFLOW', have_builtin_add_overflow, description: 'Compiler has _…
1389 conf_data.set('_HAVE_COMPLEX', have_complex, description: 'Compiler supports _Complex')
1390 conf_data.set('_HAVE_BUILTIN_COMPLEX', have_builtin_complex, description: 'Compiler has __builtin_c…
1391 conf_data.set('_HAVE_BUILTIN_EXPECT', have_builtin_expect, description: 'Compiler has __builtin_exp…
1392 conf_data.set('_HAVE_ALLOC_SIZE', have_alloc_size, description: 'The compiler REALLY has the attrib…
1393 conf_data.set('_HAVE_ATTRIBUTE_ALWAYS_INLINE',
1396 conf_data.set('_HAVE_ATTRIBUTE_GNU_INLINE',
1399 conf_data.set('__PICOLIBC_CRT_RUNTIME_SIZE',
1403 conf_data.set('_FORMAT_DEFAULT_DOUBLE',
1406 conf_data.set('_FORMAT_DEFAULT_FLOAT',
1409 conf_data.set('_FORMAT_DEFAULT_INTEGER',
1412 conf_data.set('_FORMAT_DEFAULT_MINIMAL',
1441 conf_data.set('__PICOLIBC_ERRNO_FUNCTION', errno_function)
1445 conf_data.set('_WANT_USE_LONG_TIME_T', get_option('newlib-long-time_t'), description: 'Obsoleted. D…
1446 conf_data.set('REENTRANT_SYSCALLS_PROVIDED', get_option('newlib-reentrant-syscalls-provided'), desc…
1447 conf_data.set('MISSING_SYSCALL_NAMES', get_option('newlib-missing-syscall-names'), description: 'Ob…
1473 conf_data.set('__OBSOLETE_MATH', obsolete_math_value, description: 'Use old math code (undef auto, …
1474 conf_data.set('__OBSOLETE_MATH_FLOAT', obsolete_math_float_value, description: 'Use old math code f…
1475 conf_data.set('__OBSOLETE_MATH_DOUBLE', obsolete_math_double_value, description: 'Use old math code…
1533 conf_data.set('_ICONV_FROM_ENCODING_' + from.to_upper(), true)
1544 conf_data.set('_ICONV_TO_ENCODING_' + to.to_upper(), true)
1556 conf_data.set('__PICOLIBC_VERSION__', '"@0@"'.format(meson.project_version()), description: 'The Pi…
1557 conf_data.set('__PICOLIBC__', version_array[0], description: 'The Picolibc major version number.')
1558 conf_data.set('__PICOLIBC_MINOR__', version_array[1], description: 'The Picolibc minor version numb…
1559 conf_data.set('__PICOLIBC_PATCHLEVEL__', picolibc_patch_level, description: 'The Picolibc patch lev…
1564 conf_data.set('_PICOLIBC_VERSION', '"@0@"'.format(meson.project_version()), description: 'The Picol…
1565 conf_data.set('_PICOLIBC__', version_array[0], description: 'The Picolibc major version number.')
1566 conf_data.set('_PICOLIBC_MINOR__', version_array[1], description: 'The Picolibc minor version numbe…
1568 conf_data.set('_NEWLIB_VERSION', '"@0@"'.format(NEWLIB_VERSION), description: 'The newlib version i…
1569 conf_data.set('__NEWLIB__', NEWLIB_MAJOR_VERSION, description: 'The newlib major version number.')
1570 conf_data.set('__NEWLIB_MINOR__', NEWLIB_MINOR_VERSION, description: 'The newlib minor version numb…
1571 conf_data.set('__NEWLIB_PATCHLEVEL__', NEWLIB_PATCHLEVEL_VERSION, description: 'The newlib patch le…
1628 conf_data.set('_HAVE_SEMIHOST', has_semihost, description: 'Semihost APIs supported')
1704 conf_data.set('_PICOCRT_ENABLE_MMU', picocrt_enable_mmu,
1713 conf_data.set('_HAVE_IEEEFP_FUNCS', has_ieeefp_funcs, description: 'IEEE fp funcs available')