Home
last modified time | relevance | path

Searched refs:maybe_excluded (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Delf32-score7.c949 score_elf_got_section (bfd *abfd, bfd_boolean maybe_excluded) in score_elf_got_section() argument
953 if (sgot == NULL || (! maybe_excluded && (sgot->flags & SEC_EXCLUDE) != 0)) in score_elf_got_section()
H A Delf32-score.c1066 score_elf_got_section (bfd *abfd, bfd_boolean maybe_excluded) in score_elf_got_section() argument
1070 if (sgot == NULL || (! maybe_excluded && (sgot->flags & SEC_EXCLUDE) != 0)) in score_elf_got_section()
H A DChangeLog-20081430 (mips_elf_got_section): Always apply the !maybe_excluded behavior.
/netbsd/external/gpl3/binutils/dist/bfd/
H A Delf32-score7.c945 score_elf_got_section (bfd *abfd, bool maybe_excluded) in score_elf_got_section() argument
949 if (sgot == NULL || (! maybe_excluded && (sgot->flags & SEC_EXCLUDE) != 0)) in score_elf_got_section()
H A Delf32-score.c1060 score_elf_got_section (bfd *abfd, bool maybe_excluded) in score_elf_got_section() argument
1064 if (sgot == NULL || (! maybe_excluded && (sgot->flags & SEC_EXCLUDE) != 0)) in score_elf_got_section()
H A DChangeLog-20081430 (mips_elf_got_section): Always apply the !maybe_excluded behavior.
/netbsd/external/gpl3/gdb/dist/bfd/
H A Delf32-score7.c949 score_elf_got_section (bfd *abfd, bfd_boolean maybe_excluded) in score_elf_got_section() argument
953 if (sgot == NULL || (! maybe_excluded && (sgot->flags & SEC_EXCLUDE) != 0)) in score_elf_got_section()
H A Delf32-score.c1066 score_elf_got_section (bfd *abfd, bfd_boolean maybe_excluded) in score_elf_got_section() argument
1070 if (sgot == NULL || (! maybe_excluded && (sgot->flags & SEC_EXCLUDE) != 0)) in score_elf_got_section()
H A DChangeLog-20081430 (mips_elf_got_section): Always apply the !maybe_excluded behavior.
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Delf32-score7.c949 score_elf_got_section (bfd *abfd, bfd_boolean maybe_excluded) in score_elf_got_section() argument
953 if (sgot == NULL || (! maybe_excluded && (sgot->flags & SEC_EXCLUDE) != 0)) in score_elf_got_section()
H A Delf32-score.c1066 score_elf_got_section (bfd *abfd, bfd_boolean maybe_excluded) in score_elf_got_section() argument
1070 if (sgot == NULL || (! maybe_excluded && (sgot->flags & SEC_EXCLUDE) != 0)) in score_elf_got_section()
H A DChangeLog-20081430 (mips_elf_got_section): Always apply the !maybe_excluded behavior.