Lines Matching refs:intopt
6949 Elf_Internal_Options intopt; in _bfd_mips_elf_section_processing() local
6952 &intopt); in _bfd_mips_elf_section_processing()
6953 if (intopt.size < sizeof (Elf_External_Options)) in _bfd_mips_elf_section_processing()
6957 abfd, MIPS_ELF_OPTIONS_SECTION_NAME (abfd), intopt.size); in _bfd_mips_elf_section_processing()
6960 if (ABI_64_P (abfd) && intopt.kind == ODK_REGINFO) in _bfd_mips_elf_section_processing()
6975 else if (intopt.kind == ODK_REGINFO) in _bfd_mips_elf_section_processing()
6990 l += intopt.size; in _bfd_mips_elf_section_processing()
7182 Elf_Internal_Options intopt; in _bfd_mips_elf_section_from_shdr() local
7185 &intopt); in _bfd_mips_elf_section_from_shdr()
7186 if (intopt.size < sizeof (Elf_External_Options)) in _bfd_mips_elf_section_from_shdr()
7190 abfd, MIPS_ELF_OPTIONS_SECTION_NAME (abfd), intopt.size); in _bfd_mips_elf_section_from_shdr()
7193 if (ABI_64_P (abfd) && intopt.kind == ODK_REGINFO) in _bfd_mips_elf_section_from_shdr()
7204 else if (intopt.kind == ODK_REGINFO) in _bfd_mips_elf_section_from_shdr()
7215 l += intopt.size; in _bfd_mips_elf_section_from_shdr()