Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/elf/
Dmips.h445 #define SHT_MIPS_ABIFLAGS 0x7000002a macro
/toolchain/binutils/binutils-2.25/include/
DChangeLog39 * elf/mips.h (PT_MIPS_ABIFLAGS, SHT_MIPS_ABIFLAGS): Define.
/toolchain/binutils/binutils-2.25/bfd/
Delfxx-mips.c7094 case SHT_MIPS_ABIFLAGS: in _bfd_mips_elf_section_from_shdr()
7129 if (hdr->sh_type == SHT_MIPS_ABIFLAGS) in _bfd_mips_elf_section_from_shdr()
7311 hdr->sh_type = SHT_MIPS_ABIFLAGS; in _bfd_mips_elf_fake_sections()
DChangeLog1219 (_bfd_mips_elf_section_from_shdr): Handle SHT_MIPS_ABIFLAGS.
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c3465 case SHT_MIPS_ABIFLAGS: return "MIPS_ABIFLAGS"; in get_mips_section_type_name()