Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsOptionRecord.cpp36 Context.getELFSection(".MIPS.options", ELF::SHT_MIPS_OPTIONS, in EmitMipsOptionRecord()
/freebsd-14-stable/sys/sys/
HDelf_common.h474 #define SHT_MIPS_OPTIONS 0x7000000d macro
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h1142 SHT_MIPS_OPTIONS = 0x7000000d, // General options enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDELF.cpp266 STRINGIFY_ENUM_CASE(ELF, SHT_MIPS_OPTIONS); in getELFSectionTypeName()
/freebsd-14-stable/usr.bin/elfdump/
HDelfdump.c394 case SHT_MIPS_OPTIONS: return "SHT_MIPS_OPTIONS"; in sh_types()
/freebsd-14-stable/contrib/elftoolchain/common/
HDelfdefinitions.h1221 _ELF_DEFINE_SHT(SHT_MIPS_OPTIONS, 0x7000000DUL, \
/freebsd-14-stable/contrib/elftoolchain/elfdump/
HDelfdump.c449 case SHT_MIPS_OPTIONS: return "SHT_MIPS_OPTIONS"; in sh_types()
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDSyntheticSections.cpp160 : SyntheticSection(SHF_ALLOC, SHT_MIPS_OPTIONS, 8, ".MIPS.options"), in MipsOptionsSection()
183 if (sec->type == SHT_MIPS_OPTIONS) in create()
HDWriter.cpp1933 addPhdrForSection(part, SHT_MIPS_OPTIONS, PT_MIPS_OPTIONS, PF_R); in finalizeSections()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp729 ECase(SHT_MIPS_OPTIONS); in enumeration()
/freebsd-14-stable/contrib/elftoolchain/readelf/
HDreadelf.c754 case SHT_MIPS_OPTIONS: return "MIPS_OPTIONS"; in section_type()
4594 (s->type == SHT_MIPS_OPTIONS))) { in dump_mips_specific_info()