HomeSort by: relevance | last modified time | path
    Searched defs:applicable (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
as.c 1435 flagword applicable = bfd_applicable_section_flags (stdoutput);
1437 applicable & (SEC_ALLOC | SEC_LOAD | SEC_RELOC
1440 applicable & (SEC_ALLOC | SEC_LOAD | SEC_RELOC
1442 bfd_set_section_flags (bss_section, applicable & SEC_ALLOC);
1433 flagword applicable = bfd_applicable_section_flags (stdoutput); local
  /src/external/gpl3/binutils.old/dist/gas/
as.c 1415 flagword applicable = bfd_applicable_section_flags (stdoutput);
1417 applicable & (SEC_ALLOC | SEC_LOAD | SEC_RELOC
1420 applicable & (SEC_ALLOC | SEC_LOAD | SEC_RELOC
1422 bfd_set_section_flags (bss_section, applicable & SEC_ALLOC);
1413 flagword applicable = bfd_applicable_section_flags (stdoutput); local
  /src/external/gpl3/binutils/dist/gas/config/
tc-m32r.c 686 flagword applicable;
718 applicable = bfd_applicable_section_flags (stdoutput);
720 applicable & (SEC_ALLOC | SEC_SMALL_DATA));
683 flagword applicable; local
tc-mep.c 2116 flagword applicable = bfd_applicable_section_flags (stdoutput);
2119 applicable & (SEC_ALLOC | SEC_LOAD | SEC_RELOC
2111 flagword applicable = bfd_applicable_section_flags (stdoutput); local
tc-hppa.c 7345 int i, access_ctr, space_index, alignment, quadrant, applicable, flags;
7498 applicable = bfd_applicable_section_flags (stdoutput);
7522 applicable &= flags;
7542 bfd_set_section_flags (section, applicable);
7602 int applicable, subsegment;
7620 applicable = bfd_applicable_section_flags (stdoutput);
7622 applicable & (SEC_ALLOC | SEC_LOAD
7630 applicable = bfd_applicable_section_flags (stdoutput);
7632 applicable & (SEC_ALLOC | SEC_LOAD
7640 applicable = bfd_applicable_section_flags (stdoutput)
7343 int i, access_ctr, space_index, alignment, quadrant, applicable, flags; local
7600 int applicable, subsegment; local
    [all...]
tc-tic6x.c 751 flagword applicable; local
778 applicable = bfd_applicable_section_flags (stdoutput);
779 bfd_set_section_flags (sbss_section, applicable & SEC_ALLOC);
tc-i386.c 895 applicable operator involved in an expression. */
9587 {store} pseudo prefix on an applicable insn. */
9644 {store} pseudo prefix on an applicable insn. */
18884 flagword applicable;
18890 applicable = bfd_applicable_section_flags (stdoutput);
18891 bfd_set_section_flags (lbss_section, applicable & SEC_ALLOC);
18873 flagword applicable; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-m32r.c 686 flagword applicable;
718 applicable = bfd_applicable_section_flags (stdoutput);
720 applicable & (SEC_ALLOC | SEC_SMALL_DATA));
683 flagword applicable; local
tc-mep.c 2116 flagword applicable = bfd_applicable_section_flags (stdoutput);
2119 applicable & (SEC_ALLOC | SEC_LOAD | SEC_RELOC
2111 flagword applicable = bfd_applicable_section_flags (stdoutput); local
tc-v850.c 349 flagword applicable;
354 applicable = bfd_applicable_section_flags (stdoutput);
356 applicable &= SEC_ALLOC;
347 flagword applicable; local
tc-hppa.c 7345 int i, access_ctr, space_index, alignment, quadrant, applicable, flags;
7498 applicable = bfd_applicable_section_flags (stdoutput);
7522 applicable &= flags;
7542 bfd_set_section_flags (section, applicable);
7602 int applicable, subsegment;
7620 applicable = bfd_applicable_section_flags (stdoutput);
7622 applicable & (SEC_ALLOC | SEC_LOAD
7630 applicable = bfd_applicable_section_flags (stdoutput);
7632 applicable & (SEC_ALLOC | SEC_LOAD
7640 applicable = bfd_applicable_section_flags (stdoutput)
7343 int i, access_ctr, space_index, alignment, quadrant, applicable, flags; local
7600 int applicable, subsegment; local
    [all...]
tc-tic6x.c 751 flagword applicable; local
778 applicable = bfd_applicable_section_flags (stdoutput);
779 bfd_set_section_flags (sbss_section, applicable & SEC_ALLOC);
tc-i386.c 886 applicable operator involved in an expression. */
9421 {store} pseudo prefix on an applicable insn. */
9478 {store} pseudo prefix on an applicable insn. */
18713 flagword applicable;
18719 applicable = bfd_applicable_section_flags (stdoutput);
18720 bfd_set_section_flags (lbss_section, applicable & SEC_ALLOC);
18702 flagword applicable; local
  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 2362 flagword applicable = bfd_applicable_section_flags (abfd);
2375 bfd_set_section_flags (si->sec, si->flags & applicable);
2361 flagword applicable = bfd_applicable_section_flags (abfd); local
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 2361 flagword applicable = bfd_applicable_section_flags (abfd);
2374 bfd_set_section_flags (si->sec, si->flags & applicable);
2360 flagword applicable = bfd_applicable_section_flags (abfd); local

Completed in 68 milliseconds