Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsOptionRecord.cpp53 MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO, in EmitMipsOptionRecord()
/freebsd/sys/sys/
H A Delf_common.h491 #define SHT_MIPS_REGINFO 0x70000006
490 #define SHT_MIPS_REGINFO global() macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1216 SHT_MIPS_REGINFO = 0x70000006, // Register usage information enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp267 STRINGIFY_ENUM_CASE(ELF, SHT_MIPS_REGINFO); in getELFSectionTypeName()
/freebsd/usr.bin/elfdump/
H A Delfdump.c393 case SHT_MIPS_REGINFO: return "SHT_MIPS_REGINFO"; in sh_types()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1209 _ELF_DEFINE_SHT(SHT_MIPS_REGINFO, 0x70000006UL, \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c448 case SHT_MIPS_REGINFO: return "SHT_MIPS_REGINFO"; in sh_types()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp747 ECase(SHT_MIPS_REGINFO); in enumeration()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp222 : SyntheticSection(ctx, ".reginfo", SHT_MIPS_REGINFO, SHF_ALLOC, 4), in MipsReginfoSection()
242 if (sec->type == SHT_MIPS_REGINFO) in create()
H A DWriter.cpp2050 addPhdrForSection(part, SHT_MIPS_REGINFO, PT_MIPS_REGINFO, PF_R); in finalizeSections()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c748 case SHT_MIPS_REGINFO: return "MIPS_REGINFO"; in section_type()
4610 (s->type == SHT_MIPS_REGINFO))) in dump_mips_specific_info()