Searched refs:fno (Results 1 – 24 of 24) sorted by relevance
13 # XCC does not support -fno-pic and -fno-pie19 # xcc does not recognize -fno-printf-return-value
175 FILINFO fno; in fatfs_rename() local178 res = f_stat(translate_path(to), &fno); in fatfs_rename()370 FILINFO fno; in fatfs_readdir() local372 res = f_readdir(zdp->dirp, &fno); in fatfs_readdir()374 strcpy(entry->name, fno.fname); in fatfs_readdir()376 entry->type = ((fno.fattrib & AM_DIR) ? in fatfs_readdir()378 entry->size = fno.fsize; in fatfs_readdir()401 FILINFO fno; in fatfs_stat() local403 res = f_stat(translate_path(path), &fno); in fatfs_stat()405 entry->type = ((fno.fattrib & AM_DIR) ? in fatfs_stat()[all …]
14 -fno-pic15 -fno-pie
21 -fno-pic22 -fno-pie
27 set_compiler_property(PROPERTY prohibit_lto -fno-lto)124 set_compiler_property(PROPERTY no_printf_return_value -fno-printf-return-value)149 set_compiler_property(PROPERTY no_strict_aliasing -fno-strict-aliasing)156 set_property(TARGET compiler-cpp PROPERTY no_exceptions "-fno-exceptions")159 set_property(TARGET compiler-cpp PROPERTY no_rtti "-fno-rtti")167 set_compiler_property(PROPERTY coverage -fprofile-arcs -ftest-coverage -fno-inline)200 check_set_compiler_property(APPEND PROPERTY hosted -fno-freestanding)221 set_compiler_property(PROPERTY no_common -fno-common)229 set_property(TARGET compiler-cpp PROPERTY no_threadsafe_statics "-fno-threadsafe-statics")244 -fno-pic[all …]
53 -fno-pic54 -fno-pie
17 list(APPEND TOOLCHAIN_C_FLAGS -G0 -mno-gpopt -fno-pic)
78 -fno-pic79 -fno-pie
23 -fno-pic24 -fno-pie
32 # Clang version used by Xtensa does not support -fno-pic and -fno-pie
135 set_compiler_property(PROPERTY no_strict_aliasing -fno-strict-aliasing)142 set_property(TARGET compiler-cpp PROPERTY no_exceptions "-fno-exceptions")145 set_property(TARGET compiler-cpp PROPERTY no_rtti "-fno-rtti")159 set_compiler_property(PROPERTY no_common -fno-common)186 set_property(TARGET compiler-cpp PROPERTY no_threadsafe_statics "-fno-threadsafe-statics")188 # ARC MWDT does not support -fno-pic and -fno-pie flags,211 set_compiler_property(PROPERTY no_builtin -fno-builtin)212 set_compiler_property(PROPERTY no_builtin_malloc -fno-builtin-malloc)
41 # NOTE: the option name '-fno-builtin' is misleading a bit - we still can44 list(APPEND TOOLCHAIN_C_FLAGS -fno-builtin)
65 NO_PIE_CO:=-fno-pie -fno-pic
14 zephyr_library_compile_options(-fno-lto)
14 # But clang has problems compiling these with -fno-freestanding.21 set_compiler_property(PROPERTY coverage --coverage -fno-inline)
39 set_property(TARGET linker PROPERTY lto_arguments -flto=auto -fno-ipa-sra -ffunction-sections -fdat…
11 zephyr_cc_option(-fno-delete-null-pointer-checks)
58 By default LLEXT compilation is performed with -fno-pic -fno-pie compiler
475 zephyr_cc_option(-fno-asynchronous-unwind-tables)490 zephyr_cc_option(-fno-omit-frame-pointer)503 zephyr_cc_option(-fno-reorder-functions)513 zephyr_cc_option(-fno-defer-pop)1295 "${NO_COVERAGE_FLAGS} -fno-function-sections -fno-data-sections")1505 "${NO_COVERAGE_FLAGS} -fno-function-sections -fno-data-sections")
45 …zephyr_library_compile_options($<$<STREQUAL:${CMAKE_C_COMPILER_ID},GNU>:-fno-lax-vector-conversion…
442 * :github:`8924` - Get rid of -fno-strict-overflow
1327 * :github:`8924` - Get rid of -fno-strict-overflow
318 # $<$<COMPILE_LANGUAGE:CXX>:-fno-exceptions>