Home
last modified time | relevance | path

Searched refs:SHT_MIPS_REGINFO (Results 1 – 15 of 15) sorted by relevance

/openbsd/src/sys/arch/mips64/include/
Dexec.h105 #define SHT_MIPS_REGINFO 0x70000006 /* Register usage information */ macro
/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
DMipsOptionRecord.cpp55 MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO, in EmitMipsOptionRecord()
/openbsd/src/gnu/usr.bin/binutils/include/elf/
Dmips.h240 #define SHT_MIPS_REGINFO 0x70000006 macro
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Dmips.h267 #define SHT_MIPS_REGINFO 0x70000006 macro
/openbsd/src/gnu/llvm/llvm/lib/Object/
DELF.cpp261 STRINGIFY_ENUM_CASE(ELF, SHT_MIPS_REGINFO); in getELFSectionTypeName()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DELF.h1061 SHT_MIPS_REGINFO = 0x70000006, // Register usage information enumerator
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delfxx-mips.c4287 if (hdr->sh_type == SHT_MIPS_REGINFO in _bfd_mips_elf_section_processing()
4448 case SHT_MIPS_REGINFO: in _bfd_mips_elf_section_from_shdr()
4502 if (hdr->sh_type == SHT_MIPS_REGINFO) in _bfd_mips_elf_section_from_shdr()
4608 hdr->sh_type = SHT_MIPS_REGINFO; in _bfd_mips_elf_fake_sections()
DChangeLog-98992059 SHT_MIPS_REGINFO section to have a size of 0.
/openbsd/src/gnu/llvm/lld/ELF/
DSyntheticSections.cpp217 : SyntheticSection(SHF_ALLOC, SHT_MIPS_REGINFO, 4, ".reginfo"), in MipsReginfoSection()
236 if (sec->type == SHT_MIPS_REGINFO) in create()
DWriter.cpp2050 addPhdrForSection(part, SHT_MIPS_REGINFO, PT_MIPS_REGINFO, PF_R); in finalizeSections()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delfxx-mips.c5260 if (hdr->sh_type == SHT_MIPS_REGINFO in _bfd_mips_elf_section_processing()
5430 case SHT_MIPS_REGINFO: in _bfd_mips_elf_section_from_shdr()
5484 if (hdr->sh_type == SHT_MIPS_REGINFO) in _bfd_mips_elf_section_from_shdr()
5599 hdr->sh_type = SHT_MIPS_REGINFO; in _bfd_mips_elf_fake_sections()
DChangeLog-98992059 SHT_MIPS_REGINFO section to have a size of 0.
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DELFYAML.cpp699 ECase(SHT_MIPS_REGINFO); in enumeration()
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dreadelf.c2790 case SHT_MIPS_REGINFO: return "MIPS_REGINFO"; in get_mips_section_type_name()
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dreadelf.c2230 case SHT_MIPS_REGINFO: return "MIPS_REGINFO"; in get_mips_section_type_name()