Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c6949 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()
[all …]