Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/elf/
Dmips.h350 #define SHT_MIPS_REGINFO 0x70000006 macro
/toolchain/binutils/binutils-2.27/elfcpp/
DChangeLog-0815229 * elfcpp.h (SHT_MIPS_REGINFO): New enums for processor-specific flags.
Delfcpp.h410 SHT_MIPS_REGINFO = 0x70000006,
/toolchain/binutils/binutils-2.27/gold/
Dmips.cc3534 return ((sh_type != elfcpp::SHT_MIPS_REGINFO) in do_should_include_section()
6759 if (shdr.get_sh_type() == elfcpp::SHT_MIPS_REGINFO) in do_read_symbols()
9642 layout->add_output_section_data(".reginfo", elfcpp::SHT_MIPS_REGINFO, in do_finalize_sections()
/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c6940 if (hdr->sh_type == SHT_MIPS_REGINFO in _bfd_mips_elf_section_processing()
7103 case SHT_MIPS_REGINFO: in _bfd_mips_elf_section_from_shdr()
7176 if (hdr->sh_type == SHT_MIPS_REGINFO) in _bfd_mips_elf_section_from_shdr()
7287 hdr->sh_type = SHT_MIPS_REGINFO; in _bfd_mips_elf_fake_sections()
DChangeLog-98992059 SHT_MIPS_REGINFO section to have a size of 0.
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c3905 case SHT_MIPS_REGINFO: return "MIPS_REGINFO"; in get_mips_section_type_name()