Searched refs:SHT_MIPS_DWARF (Results 1 – 19 of 19) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/MC/ |
H A D | MCSectionELF.cpp | 152 else if (Type == ELF::SHT_MIPS_DWARF) in printSwitchToSection()
|
H A D | MCObjectFileInfo.cpp | 435 DebugSecType = ELF::SHT_MIPS_DWARF; in initELFMCObjectFileInfo()
|
/openbsd/gnu/usr.bin/binutils/include/elf/ |
H A D | mips.h | 303 #define SHT_MIPS_DWARF 0x7000001e macro
|
H A D | ChangeLog-9103 | 1782 * mips.h (SHT_MIPS_MSYM, SHT_MIPS_DWARF, SHT_MIPS_EVENTS): Define.
|
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/ |
H A D | mips.h | 330 #define SHT_MIPS_DWARF 0x7000001e macro
|
H A D | ChangeLog-9103 | 1816 * mips.h (SHT_MIPS_MSYM, SHT_MIPS_DWARF, SHT_MIPS_EVENTS): Define.
|
/openbsd/gnu/llvm/llvm/lib/Object/ |
H A D | ELF.cpp | 263 STRINGIFY_ENUM_CASE(ELF, SHT_MIPS_DWARF); in getELFSectionTypeName()
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1063 SHT_MIPS_DWARF = 0x7000001e, // DWARF debugging section. enumerator
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 701 ECase(SHT_MIPS_DWARF); in enumeration()
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | elfxx-mips.c | 4466 case SHT_MIPS_DWARF: in _bfd_mips_elf_section_from_shdr() 4658 hdr->sh_type = SHT_MIPS_DWARF; in _bfd_mips_elf_fake_sections()
|
H A D | ChangeLog-9495 | 4100 SHT_MIPS_DWARF, and SHT_MIPS_EVENTS.
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | elfxx-mips.c | 5448 case SHT_MIPS_DWARF: in _bfd_mips_elf_section_from_shdr() 5649 hdr->sh_type = SHT_MIPS_DWARF; in _bfd_mips_elf_fake_sections()
|
H A D | ChangeLog-9495 | 4100 SHT_MIPS_DWARF, and SHT_MIPS_EVENTS.
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | readelf.c | 2811 case SHT_MIPS_DWARF: return "MIPS_DWARF"; in get_mips_section_type_name()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 2251 case SHT_MIPS_DWARF: return "MIPS_DWARF"; in get_mips_section_type_name()
|
/openbsd/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-mips.c | 11873 if (section_type == SHT_MIPS_DWARF) in s_change_section()
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/ |
H A D | tc-mips.c | 12006 if (section_type == SHT_MIPS_DWARF) in s_change_section()
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | ChangeLog-0203 | 61 .section syntax, map SHT_MIPS_DWARF to SHT_PROGBITS.
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | ChangeLog-0203 | 61 .section syntax, map SHT_MIPS_DWARF to SHT_PROGBITS.
|