Searched refs:exclude (Results 1 - 25 of 29) sorted by relevance

12

/haiku-buildtools/binutils/ld/testsuite/ld-scripts/
H A Dexclude-file-1.d1 #source: exclude-file-a.s
2 #source: exclude-file-b.s
3 #ld: -T exclude-file-1.t
4 #map: exclude-file-1.map
H A Dexclude-file-2.d1 #source: exclude-file-a.s
2 #source: exclude-file-b.s
3 #ld: -T exclude-file-2.t
4 #map: exclude-file-2.map
H A Dexclude-file-3.d1 #source: exclude-file-a.s
2 #source: exclude-file-b.s
3 #ld: -T exclude-file-3.t
4 #map: exclude-file-3.map
H A Dexclude-file-4.d1 #source: exclude-file-a.s
2 #source: exclude-file-b.s
3 #ld: -T exclude-file-4.t
4 #map: exclude-file-4.map
H A Dexclude-file.exp23 unsupported exclude-file.exp
27 set test_list [lsort [glob -nocomplain $srcdir/$subdir/exclude-file-*.d]]
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dpr20513a.d8 [ ]*\[.*\][ ]+\..text\.exclude[ ]+.*
H A Dpr20513b.d8 [ ]*\[.*\][ ]+\..text\.exclude[ ]+.*
H A Dexclude.exp1 # Expect script for --exclude-libs tests
50 set test3 "ld link shared library with --exclude-libs"
51 set test4 "ld exclude symbols from archive - --exclude-libs libexclude"
52 set test5 "ld exclude symbols from archive - --exclude-libs libexclude.a"
53 set test6 "ld exclude symbols from archive - --exclude-libs ALL"
54 set test7 "ld exclude symbols from archive - --exclude
[all...]
H A Dpr20513c.d9 [ ]*\[.*\][ ]+\..text\.exclude[ ]+.*
H A Dpr20513d.d9 [ ]*\[.*\][ ]+\..text\.exclude[ ]+.*
H A Dpr20513b.s1 .section .text.exclude,"axe","progbits"
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-elf/
H A Dexclude.exp1 # Expect script for --exclude-libs tests
39 set test3 "ld link shared library with --exclude-libs"
40 set test4 "ld exclude symbols from archive - --exclude-libs libexclude"
41 set test5 "ld exclude symbols from archive - --exclude-libs libexclude.a"
42 set test6 "ld exclude symbols from archive - --exclude-libs ALL"
43 set test7 "ld exclude symbols from archive - --exclude
[all...]
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/
H A Dexclude-1a.d2 #source: exclude-1.s
H A Dexclude-1b.d2 #source: exclude-1.s
/haiku-buildtools/binutils/gas/testsuite/gas/pe/
H A Dsection-exclude.d2 #name: section exclude
/haiku-buildtools/gcc/contrib/
H A Dgcc_build175 --exclude=${OBJDIR} \
176 --exclude=.svn \
177 --exclude='.#*' \
178 --exclude='*~' \
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Drun54 exclude=false # exclude nothing
69 if $exclude $i; then
/haiku-buildtools/binutils/gold/
H A Dyyscript.y590 $$.input_sections.exclude = NULL;
618 $$.exclude = $1.exclude;
623 $$.exclude = NULL;
628 $$.exclude = script_string_list_append($1.exclude, $5);
633 $$.exclude = $3;
689 /* A list of file names to exclude. */
H A Dscript-c.h173 String_list_ptr exclude; member in struct:gold::Wildcard_sections
H A Dscript-sections.cc1351 // The list of file names to exclude.
1387 if (spec->input_sections.exclude != NULL)
1390 spec->input_sections.exclude->begin();
1391 p != spec->input_sections.exclude->end();
/haiku-buildtools/legacy/binutils/ld/
H A Dldlang.c190 excluded, exclude this file. */
3239 bfd_boolean exclude;
3248 exclude = (output_section->rawsize == 0
3257 if (exclude && output_section->map_head.s != NULL)
3265 exclude = FALSE;
3274 if (exclude)
3237 bfd_boolean exclude; local
/haiku-buildtools/binutils/ld/
H A Dldlang.c3923 bfd_boolean exclude;
3932 exclude = (output_section->rawsize == 0
3941 if (exclude && output_section->map_head.s != NULL)
3950 exclude = FALSE;
3955 if (exclude)
3921 bfd_boolean exclude; local
/haiku-buildtools/gcc/gcc/config/avr/
H A Davr.c2968 avr_find_unused_d_reg (rtx_insn *insn, rtx exclude)
2978 if ((exclude
2979 && reg_overlap_mentioned_p (exclude, reg))
3496 /* This is a paranoid case LEGITIMIZE_RELOAD_ADDRESS must exclude
3660 /* This is a paranoid case. LEGITIMIZE_RELOAD_ADDRESS must exclude
2967 avr_find_unused_d_reg(rtx_insn *insn, rtx exclude) argument
/haiku-buildtools/binutils/gold/testsuite/
H A DMakefile.am2390 -Wl,--exclude-libs,dummy:libexclude_libs_test_1 \
2391 -Wl,--exclude-libs,libexclude_libs_test_3
H A DMakefile.in3283 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--exclude-libs,dummy:libexclude_libs_test_1 \
3284 @GCC_TRUE@@NATIVE_LINKER_TRUE@ -Wl,--exclude-libs,libexclude_libs_test_3

Completed in 412 milliseconds

12