Searched refs:maybe_excluded (Results 1 – 3 of 3) sorted by relevance
949 score_elf_got_section (bfd *abfd, bfd_boolean maybe_excluded) in score_elf_got_section() argument953 if (sgot == NULL || (! maybe_excluded && (sgot->flags & SEC_EXCLUDE) != 0)) in score_elf_got_section()
1066 score_elf_got_section (bfd *abfd, bfd_boolean maybe_excluded) in score_elf_got_section() argument1070 if (sgot == NULL || (! maybe_excluded && (sgot->flags & SEC_EXCLUDE) != 0)) in score_elf_got_section()
1430 (mips_elf_got_section): Always apply the !maybe_excluded behavior.