Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/elf/
Dmips.h347 #define SHT_MIPS_DEBUG 0x70000005 macro
/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c7098 case SHT_MIPS_DEBUG: in _bfd_mips_elf_section_from_shdr()
7277 hdr->sh_type = SHT_MIPS_DEBUG; in _bfd_mips_elf_fake_sections()
15871 { STRING_COMMA_LEN (".mdebug"), 0, SHT_MIPS_DEBUG, 0 },
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c3904 case SHT_MIPS_DEBUG: return "MIPS_DEBUG"; in get_mips_section_type_name()