Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/elfcpp/
DChangeLog14 * elfcpp.h (SHT_MIPS_ABIFLAGS): New enum constant.
Delfcpp.h414 SHT_MIPS_ABIFLAGS = 0x7000002a,
/toolchain/binutils/binutils-2.27/include/elf/
Dmips.h450 #define SHT_MIPS_ABIFLAGS 0x7000002a macro
DChangeLog-0415286 * mips.h (PT_MIPS_ABIFLAGS, SHT_MIPS_ABIFLAGS): Define.
/toolchain/binutils/binutils-2.27/binutils/
DChangeLog-2014644 (get_mips_section_type_name): Display name for SHT_MIPS_ABIFLAGS.
Dreadelf.c3938 case SHT_MIPS_ABIFLAGS: return "MIPS_ABIFLAGS"; in get_mips_section_type_name()
/toolchain/binutils/binutils-2.27/gold/
Dmips.cc3535 && (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()
/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c7121 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()
DChangeLog-20141779 (_bfd_mips_elf_section_from_shdr): Handle SHT_MIPS_ABIFLAGS.