Searched refs:SHT_MIPS_OPTIONS (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| HD | MipsOptionRecord.cpp | 36 Context.getELFSection(".MIPS.options", ELF::SHT_MIPS_OPTIONS, in EmitMipsOptionRecord()
|
| /freebsd-14-stable/sys/sys/ |
| HD | elf_common.h | 474 #define SHT_MIPS_OPTIONS 0x7000000d macro
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| HD | ELF.h | 1142 SHT_MIPS_OPTIONS = 0x7000000d, // General options enumerator
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/ |
| HD | ELF.cpp | 266 STRINGIFY_ENUM_CASE(ELF, SHT_MIPS_OPTIONS); in getELFSectionTypeName()
|
| /freebsd-14-stable/usr.bin/elfdump/ |
| HD | elfdump.c | 394 case SHT_MIPS_OPTIONS: return "SHT_MIPS_OPTIONS"; in sh_types()
|
| /freebsd-14-stable/contrib/elftoolchain/common/ |
| HD | elfdefinitions.h | 1221 _ELF_DEFINE_SHT(SHT_MIPS_OPTIONS, 0x7000000DUL, \
|
| /freebsd-14-stable/contrib/elftoolchain/elfdump/ |
| HD | elfdump.c | 449 case SHT_MIPS_OPTIONS: return "SHT_MIPS_OPTIONS"; in sh_types()
|
| /freebsd-14-stable/contrib/llvm-project/lld/ELF/ |
| HD | SyntheticSections.cpp | 160 : SyntheticSection(SHF_ALLOC, SHT_MIPS_OPTIONS, 8, ".MIPS.options"), in MipsOptionsSection() 183 if (sec->type == SHT_MIPS_OPTIONS) in create()
|
| HD | Writer.cpp | 1933 addPhdrForSection(part, SHT_MIPS_OPTIONS, PT_MIPS_OPTIONS, PF_R); in finalizeSections()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| HD | ELFYAML.cpp | 729 ECase(SHT_MIPS_OPTIONS); in enumeration()
|
| /freebsd-14-stable/contrib/elftoolchain/readelf/ |
| HD | readelf.c | 754 case SHT_MIPS_OPTIONS: return "MIPS_OPTIONS"; in section_type() 4594 (s->type == SHT_MIPS_OPTIONS))) { in dump_mips_specific_info()
|