Searched refs:SHT_MIPS_REGINFO (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| H A D | MipsOptionRecord.cpp | 53 MCSectionELF *Sec = Context.getELFSection(".reginfo", ELF::SHT_MIPS_REGINFO, in EmitMipsOptionRecord()
|
| /freebsd/sys/sys/ |
| H A D | elf_common.h | 491 #define SHT_MIPS_REGINFO 0x70000006 490 #define SHT_MIPS_REGINFO global() macro
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | ELF.h | 1216 SHT_MIPS_REGINFO = 0x70000006, // Register usage information enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELF.cpp | 267 STRINGIFY_ENUM_CASE(ELF, SHT_MIPS_REGINFO); in getELFSectionTypeName()
|
| /freebsd/usr.bin/elfdump/ |
| H A D | elfdump.c | 393 case SHT_MIPS_REGINFO: return "SHT_MIPS_REGINFO"; in sh_types()
|
| /freebsd/contrib/elftoolchain/common/ |
| H A D | elfdefinitions.h | 1209 _ELF_DEFINE_SHT(SHT_MIPS_REGINFO, 0x70000006UL, \
|
| /freebsd/contrib/elftoolchain/elfdump/ |
| H A D | elfdump.c | 448 case SHT_MIPS_REGINFO: return "SHT_MIPS_REGINFO"; in sh_types()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 747 ECase(SHT_MIPS_REGINFO); in enumeration()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | SyntheticSections.cpp | 222 : SyntheticSection(ctx, ".reginfo", SHT_MIPS_REGINFO, SHF_ALLOC, 4), in MipsReginfoSection() 242 if (sec->type == SHT_MIPS_REGINFO) in create()
|
| H A D | Writer.cpp | 2050 addPhdrForSection(part, SHT_MIPS_REGINFO, PT_MIPS_REGINFO, PF_R); in finalizeSections()
|
| /freebsd/contrib/elftoolchain/readelf/ |
| H A D | readelf.c | 748 case SHT_MIPS_REGINFO: return "MIPS_REGINFO"; in section_type() 4610 (s->type == SHT_MIPS_REGINFO))) in dump_mips_specific_info()
|