Searched refs:extra_flags (Results 1 – 9 of 9) sorted by relevance
158 set(extra_flags) variable160 list(APPEND extra_flags "-D_LARGEFILE_SOURCE")161 list(APPEND extra_flags "-D_FILE_OFFSET_BITS=64")174 CFLAGS ${SANITIZER_TEST_CFLAGS_COMMON} ${extra_flags}175 LINK_FLAGS ${SANITIZER_TEST_LINK_FLAGS_COMMON} ${TARGET_LINK_FLAGS} ${extra_flags})
35 string(REPLACE ";" " " extra_flags "${try_compile_flags}")49 string(REPLACE "<FLAGS>" "${CMAKE_C_FLAGS} ${extra_flags}"
52 string(REPLACE ";" " " extra_flags "${TRY_COMPILE_FLAGS}")67 string(REPLACE "<FLAGS>" "${CMAKE_C_FLAGS} ${extra_flags}"
505 flagword extra_flags) in pe_ILF_make_a_symbol() argument512 if (extra_flags & BSF_LOCAL) in pe_ILF_make_a_symbol()520 if (extra_flags & BSF_FUNCTION) in pe_ILF_make_a_symbol()522 else if (extra_flags & BSF_LOCAL) in pe_ILF_make_a_symbol()557 sym->symbol.flags = BSF_EXPORT | BSF_GLOBAL | extra_flags; in pe_ILF_make_a_symbol()582 flagword extra_flags) in pe_ILF_make_a_section() argument593 bfd_set_section_flags (vars->abfd, sec, flags | extra_flags); in pe_ILF_make_a_section()
216 my $extra_flags = $param->valueOrDefault('extraflags', GZIP_XFL_DEFAULT);228 $extra_flags, # Extra Flags
542 flagword extra_flags) in pe_ILF_make_a_symbol() argument549 if (extra_flags & BSF_LOCAL) in pe_ILF_make_a_symbol()557 if (extra_flags & BSF_FUNCTION) in pe_ILF_make_a_symbol()559 else if (extra_flags & BSF_LOCAL) in pe_ILF_make_a_symbol()608 sym->symbol.flags = BSF_EXPORT | BSF_GLOBAL | extra_flags; in pe_ILF_make_a_symbol()639 flagword extra_flags) in pe_ILF_make_a_section() argument650 bfd_set_section_flags (vars->abfd, sec, flags | extra_flags); in pe_ILF_make_a_section()
393 int extra_flags = 0; in m32r_encode_section_info() local431 extra_flags |= model << SYMBOL_FLAG_MODEL_SHIFT; in m32r_encode_section_info()433 if (extra_flags) in m32r_encode_section_info()434 SYMBOL_REF_FLAGS (XEXP (rtl, 0)) |= extra_flags; in m32r_encode_section_info()2154 int extra_flags = 0; in m32r_function_symbol() local2166 extra_flags |= model << SYMBOL_FLAG_MODEL_SHIFT; in m32r_function_symbol()2168 if (extra_flags) in m32r_function_symbol()2169 SYMBOL_REF_FLAGS (sym) |= extra_flags; in m32r_function_symbol()
5319 int extra_flags = 0; in h8300_encode_section_info() local5325 extra_flags = SYMBOL_FLAG_FUNCVEC_FUNCTION; in h8300_encode_section_info()5330 extra_flags = SYMBOL_FLAG_EIGHTBIT_DATA; in h8300_encode_section_info()5332 extra_flags = SYMBOL_FLAG_TINY_DATA; in h8300_encode_section_info()5335 if (extra_flags) in h8300_encode_section_info()5336 SYMBOL_REF_FLAGS (XEXP (rtl, 0)) |= extra_flags; in h8300_encode_section_info()
43 $ extra_flags = ""2876 $ extra_flags = "''extra_flags'" + "/float=g_float"2895 $ extra_flags = "''extra_flags'" + "/NAMES=(''names_flags')"2898 $ extra_flags = "''extra_flags'" + "''user_c_flags'"2984 $ ccflags = ccflags + extra_flags