Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/include/elf/
HDmips.h261 #define SHT_MIPS_UCODE 0x70000004 macro
/freebsd-11-stable/sys/sys/
HDelf_common.h445 #define SHT_MIPS_UCODE 0x70000004 macro
/freebsd-11-stable/contrib/elftoolchain/common/
HDelfdefinitions.h1205 _ELF_DEFINE_SHT(SHT_MIPS_UCODE, 0x70000004UL, \
/freebsd-11-stable/contrib/binutils/bfd/
HDelfxx-mips.c5447 case SHT_MIPS_UCODE: in _bfd_mips_elf_section_from_shdr()
5607 hdr->sh_type = SHT_MIPS_UCODE; in _bfd_mips_elf_fake_sections()
11404 { STRING_COMMA_LEN (".ucode"), 0, SHT_MIPS_UCODE, 0 },
/freebsd-11-stable/contrib/elftoolchain/readelf/
HDreadelf.c734 case SHT_MIPS_UCODE: return "MIPS_UCODE"; in section_type()
/freebsd-11-stable/contrib/binutils/binutils/
HDreadelf.c2536 case SHT_MIPS_UCODE: return "MIPS_UCODE"; in get_mips_section_type_name()