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

/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dv32-err-3.s1 ; Error for flags not applicable to current arch.
H A Dv32-err-4.s1 ; Error for flags not applicable to current arch.
H A Dv32-err-5.s1 ; Error for flags not applicable to current arch.
H A Dv32-err-6.s1 ; Error for flags not applicable to current arch.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dv32-err-3.s1 ; Error for flags not applicable to current arch.
H A Dv32-err-4.s1 ; Error for flags not applicable to current arch.
H A Dv32-err-5.s1 ; Error for flags not applicable to current arch.
H A Dv32-err-6.s1 ; Error for flags not applicable to current arch.
/haiku-buildtools/binutils/gas/testsuite/gas/mach-o/
H A Dsymbols-3.s2 # not applicable to x86_64 mach-o.
/haiku-buildtools/binutils/gas/testsuite/gas/tic6x/
H A Dreloc-bad-3.s2 # that divisibility checks for constant values are only applicable to
5 # symbols are only applicable with REL relocations.
/haiku-buildtools/legacy/binutils/gas/
H A Das.c1003 flagword applicable; local
1014 applicable = bfd_applicable_section_flags (stdoutput);
1016 applicable & (SEC_ALLOC | SEC_LOAD | SEC_RELOC
1019 applicable & (SEC_ALLOC | SEC_LOAD | SEC_RELOC
1021 bfd_set_section_flags (stdoutput, bss_section, applicable & SEC_ALLOC);
/haiku-buildtools/binutils/gas/
H A Das.c1120 flagword applicable;
1133 applicable = bfd_applicable_section_flags (stdoutput);
1135 applicable & (SEC_ALLOC | SEC_LOAD | SEC_RELOC
1138 applicable & (SEC_ALLOC | SEC_LOAD | SEC_RELOC
1140 bfd_set_section_flags (stdoutput, bss_section, applicable & SEC_ALLOC);
1118 flagword applicable; local
/haiku-buildtools/binutils/gas/config/
H A Dtc-hppa.c7342 int i, access_ctr, space_index, alignment, quadrant, applicable, flags;
7495 applicable = bfd_applicable_section_flags (stdoutput);
7519 applicable &= flags;
7539 bfd_set_section_flags (stdoutput, section, applicable);
7601 int applicable, subsegment;
7619 applicable = bfd_applicable_section_flags (stdoutput);
7621 applicable & (SEC_ALLOC | SEC_LOAD
7629 applicable = bfd_applicable_section_flags (stdoutput);
7631 applicable & (SEC_ALLOC | SEC_LOAD
7639 applicable
7340 int i, access_ctr, space_index, alignment, quadrant, applicable, flags; local
7599 int applicable, subsegment; local
[all...]
H A Dtc-m32r.c686 flagword applicable;
718 applicable = bfd_applicable_section_flags (stdoutput);
719 bfd_set_section_flags (stdoutput, sbss_section, applicable & SEC_ALLOC);
683 flagword applicable; local
H A Dtc-mep.c2116 flagword applicable = bfd_applicable_section_flags (stdoutput);
2119 applicable & (SEC_ALLOC | SEC_LOAD | SEC_RELOC
2111 flagword applicable = bfd_applicable_section_flags (stdoutput); local
H A Dtc-v850.c353 flagword applicable;
358 applicable = bfd_applicable_section_flags (stdoutput);
360 applicable &= SEC_ALLOC;
351 flagword applicable; local
H A Dtc-tic6x.c753 flagword applicable; local
783 applicable = bfd_applicable_section_flags (stdoutput);
784 bfd_set_section_flags (stdoutput, sbss_section, applicable & SEC_ALLOC);
H A Dtc-i386.c11101 flagword applicable;
11107 applicable = bfd_applicable_section_flags (stdoutput);
11109 applicable & SEC_ALLOC);
11090 flagword applicable; local
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-hppa.c7470 int i, access, space_index, alignment, quadrant, applicable, flags;
7625 applicable = bfd_applicable_section_flags (stdoutput);
7649 applicable &= flags;
7669 bfd_set_section_flags (stdoutput, section, applicable);
7731 int applicable, subsegment;
7749 applicable = bfd_applicable_section_flags (stdoutput);
7751 applicable & (SEC_ALLOC | SEC_LOAD
7759 applicable = bfd_applicable_section_flags (stdoutput);
7761 applicable & (SEC_ALLOC | SEC_LOAD
7769 applicable
7468 int i, access, space_index, alignment, quadrant, applicable, flags; local
7729 int applicable, subsegment; local
[all...]
H A Dtc-v850.c293 flagword applicable;
298 applicable = bfd_applicable_section_flags (stdoutput);
300 applicable &= SEC_ALLOC;
291 flagword applicable; local
H A Dtc-m32r.c691 flagword applicable;
722 applicable = bfd_applicable_section_flags (stdoutput);
723 bfd_set_section_flags (stdoutput, sbss_section, applicable & SEC_ALLOC);
688 flagword applicable; local
H A Dtc-i386.c7330 flagword applicable;
7336 applicable = bfd_applicable_section_flags (stdoutput);
7338 applicable & SEC_ALLOC);
7317 flagword applicable; local
/haiku-buildtools/legacy/binutils/binutils/
H A Ddlltool.c2191 flagword applicable; local
2215 applicable = bfd_applicable_section_flags (abfd);
2227 si->flags & applicable);
/haiku-buildtools/gcc/gcc/java/
H A Dverify-impl.c1413 if applicable. FIXME one improvement we could make here is
1421 bool applicable = false; local
1431 applicable = true;
1448 if (! applicable)
/haiku-buildtools/binutils/binutils/
H A Ddlltool.c2468 flagword applicable;
2493 applicable = bfd_applicable_section_flags (abfd);
2505 si->flags & applicable);
2467 flagword applicable; local

Completed in 415 milliseconds