Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/elf/
Dmips.h343 #define SHT_MIPS_UCODE 0x70000004 macro
/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c7094 case SHT_MIPS_UCODE: in _bfd_mips_elf_section_from_shdr()
7274 hdr->sh_type = SHT_MIPS_UCODE; in _bfd_mips_elf_fake_sections()
15874 { STRING_COMMA_LEN (".ucode"), 0, SHT_MIPS_UCODE, 0 },
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c3903 case SHT_MIPS_UCODE: return "MIPS_UCODE"; in get_mips_section_type_name()