Home
last modified time | relevance | path

Searched refs:SHT_MIPS_ABIFLAGS (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/sys/
H A Delf_common.h490 #define SHT_MIPS_ABIFLAGS 0x7000002a macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1123 SHT_MIPS_ABIFLAGS = 0x7000002a, // ABI information. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp265 STRINGIFY_ENUM_CASE(ELF, SHT_MIPS_ABIFLAGS); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h79 if (EMachine == ELF::EM_MIPS && SecType == ELF::SHT_MIPS_ABIFLAGS) in LLVM_YAML_STRONG_TYPEDEF()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp713 ECase(SHT_MIPS_ABIFLAGS); in enumeration()
1586 if (Obj.getMachine() == ELF::EM_MIPS && Type == ELF::SHT_MIPS_ABIFLAGS) { in mapping()
H A DELFEmitter.cpp1680 assert(Section.Type == llvm::ELF::SHT_MIPS_ABIFLAGS && in writeSectionContent()
/freebsd/usr.bin/elfdump/
H A Delfdump.c394 case SHT_MIPS_ABIFLAGS: return "SHT_MIPS_ABIFLAGS"; in sh_types()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp1330 ".MIPS.abiflags", ELF::SHT_MIPS_ABIFLAGS, ELF::SHF_ALLOC, 24); in emitMipsAbiFlags()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp96 : SyntheticSection(SHF_ALLOC, SHT_MIPS_ABIFLAGS, 8, ".MIPS.abiflags"), in MipsAbiFlagsSection()
111 if (sec->type != SHT_MIPS_ABIFLAGS) in create()
H A DWriter.cpp2149 addPhdrForSection(part, SHT_MIPS_ABIFLAGS, PT_MIPS_ABIFLAGS, PF_R); in finalizeSections()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1253 _ELF_DEFINE_SHT(SHT_MIPS_ABIFLAGS, 0x7000002AUL, \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c450 case SHT_MIPS_ABIFLAGS: return "SHT_MIPS_ABIFLAGS"; in sh_types()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c770 case SHT_MIPS_ABIFLAGS: return "MIPS_ABIFLAGS"; in section_type()
4600 (s->type == SHT_MIPS_ABIFLAGS))) in dump_mips_specific_info()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1495 if (sheader.sh_type == SHT_MIPS_ABIFLAGS) { in GetSectionHeaderInfo()