Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/include/elf/
Dmips.h265 #define SHT_MIPS_DEBUG 0x70000005 macro
/freebsd-12-stable/sys/sys/
Delf_common.h463 #define SHT_MIPS_DEBUG 0x70000005 macro
/freebsd-12-stable/contrib/elftoolchain/common/
Delfdefinitions.h1207 _ELF_DEFINE_SHT(SHT_MIPS_DEBUG, 0x70000005UL, \
/freebsd-12-stable/contrib/binutils/bfd/
Delfxx-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 },
/freebsd-12-stable/contrib/elftoolchain/readelf/
Dreadelf.c736 case SHT_MIPS_DEBUG: return "MIPS_DEBUG"; in section_type()
/freebsd-12-stable/contrib/binutils/binutils/
Dreadelf.c2537 case SHT_MIPS_DEBUG: return "MIPS_DEBUG"; in get_mips_section_type_name()