Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/include/elf/
HDmips.h265 #define SHT_MIPS_DEBUG 0x70000005 macro
/NextBSD/sys/sys/
HDelf_common.h432 #define SHT_MIPS_DEBUG 0x70000005 macro
/NextBSD/contrib/elftoolchain/common/
HDelfdefinitions.h1146 _ELF_DEFINE_SHT(SHT_MIPS_DEBUG, 0x70000005UL, \
/NextBSD/contrib/binutils/bfd/
HDelfxx-mips.c5451 case SHT_MIPS_DEBUG: in _bfd_mips_elf_section_from_shdr()
5610 hdr->sh_type = SHT_MIPS_DEBUG; in _bfd_mips_elf_fake_sections()
11401 { STRING_COMMA_LEN (".mdebug"), 0, SHT_MIPS_DEBUG, 0 },
/NextBSD/contrib/elftoolchain/readelf/
HDreadelf.c667 case SHT_MIPS_DEBUG: return "MIPS_DEBUG"; in section_type()
/NextBSD/contrib/binutils/binutils/
HDreadelf.c2537 case SHT_MIPS_DEBUG: return "MIPS_DEBUG"; in get_mips_section_type_name()