Searched refs:SHT_MIPS_ABIFLAGS (Results 1 – 9 of 9) sorted by relevance
14 * elfcpp.h (SHT_MIPS_ABIFLAGS): New enum constant.
414 SHT_MIPS_ABIFLAGS = 0x7000002a,
450 #define SHT_MIPS_ABIFLAGS 0x7000002a macro
286 * mips.h (PT_MIPS_ABIFLAGS, SHT_MIPS_ABIFLAGS): Define.
644 (get_mips_section_type_name): Display name for SHT_MIPS_ABIFLAGS.
3938 case SHT_MIPS_ABIFLAGS: return "MIPS_ABIFLAGS"; in get_mips_section_type_name()
3535 && (sh_type != elfcpp::SHT_MIPS_ABIFLAGS)); in do_should_include_section()6793 if (shdr.get_sh_type() == elfcpp::SHT_MIPS_ABIFLAGS) in do_read_symbols()9621 elfcpp::SHT_MIPS_ABIFLAGS, in do_finalize_sections()
7121 case SHT_MIPS_ABIFLAGS: in _bfd_mips_elf_section_from_shdr()7156 if (hdr->sh_type == SHT_MIPS_ABIFLAGS) in _bfd_mips_elf_section_from_shdr()7338 hdr->sh_type = SHT_MIPS_ABIFLAGS; in _bfd_mips_elf_fake_sections()
1779 (_bfd_mips_elf_section_from_shdr): Handle SHT_MIPS_ABIFLAGS.