Home | History | Annotate | Download | only in gas

Lines Matching defs:applicable

1065   flagword applicable;
1078 applicable = bfd_applicable_section_flags (stdoutput);
1080 applicable & (SEC_ALLOC | SEC_LOAD | SEC_RELOC
1083 applicable & (SEC_ALLOC | SEC_LOAD | SEC_RELOC
1085 bfd_set_section_flags (stdoutput, bss_section, applicable & SEC_ALLOC);