Home
last modified time | relevance | path

Searched refs:extra_flags (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A DCMakeLists.txt158 set(extra_flags) variable
160 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})
/openbsd/gnu/llvm/compiler-rt/cmake/Modules/
H A DCheckSectionExists.cmake35 string(REPLACE ";" " " extra_flags "${try_compile_flags}")
49 string(REPLACE "<FLAGS>" "${CMAKE_C_FLAGS} ${extra_flags}"
H A DBuiltinTests.cmake52 string(REPLACE ";" " " extra_flags "${TRY_COMPILE_FLAGS}")
67 string(REPLACE "<FLAGS>" "${CMAKE_C_FLAGS} ${extra_flags}"
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dpeicode.h505 flagword extra_flags) in pe_ILF_make_a_symbol() argument
512 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() argument
593 bfd_set_section_flags (vars->abfd, sec, flags | extra_flags); in pe_ILF_make_a_section()
/openbsd/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Compress/
H A DGzip.pm216 my $extra_flags = $param->valueOrDefault('extraflags', GZIP_XFL_DEFAULT);
228 $extra_flags, # Extra Flags
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dpeicode.h542 flagword extra_flags) in pe_ILF_make_a_symbol() argument
549 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() argument
650 bfd_set_section_flags (vars->abfd, sec, flags | extra_flags); in pe_ILF_make_a_section()
/openbsd/gnu/gcc/gcc/config/m32r/
H A Dm32r.c393 int extra_flags = 0; in m32r_encode_section_info() local
431 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() local
2166 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()
/openbsd/gnu/gcc/gcc/config/h8300/
H A Dh8300.c5319 int extra_flags = 0; in h8300_encode_section_info() local
5325 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()
/openbsd/gnu/usr.bin/perl/
H A Dconfigure.com43 $ 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