Searched refs:SHT_MIPS_ABIFLAGS (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/sys/ |
H A D | elf_common.h | 510 #define SHT_MIPS_ABIFLAGS 0x7000002a macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | ELF.h | 1144 SHT_MIPS_ABIFLAGS = 0x7000002a, // ABI information. enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 268 STRINGIFY_ENUM_CASE(ELF, SHT_MIPS_ABIFLAGS); in getELFSectionTypeName()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | ELFYAML.h | 79 if (EMachine == ELF::EM_MIPS && SecType == ELF::SHT_MIPS_ABIFLAGS) in LLVM_YAML_STRONG_TYPEDEF()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
H A D | MipsTargetStreamer.cpp | 1306 ".MIPS.abiflags", ELF::SHT_MIPS_ABIFLAGS, ELF::SHF_ALLOC, 24); in emitMipsAbiFlags()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 731 ECase(SHT_MIPS_ABIFLAGS); in enumeration() 1604 if (Obj.getMachine() == ELF::EM_MIPS && Type == ELF::SHT_MIPS_ABIFLAGS) { in mapping()
|
H A D | ELFEmitter.cpp | 1748 assert(Section.Type == llvm::ELF::SHT_MIPS_ABIFLAGS && in writeSectionContent()
|
/freebsd/usr.bin/elfdump/ |
H A D | elfdump.c | 394 case SHT_MIPS_ABIFLAGS: return "SHT_MIPS_ABIFLAGS"; in sh_types()
|
/freebsd/contrib/elftoolchain/common/ |
H A D | elfdefinitions.h | 1253 _ELF_DEFINE_SHT(SHT_MIPS_ABIFLAGS, 0x7000002AUL, \
|
/freebsd/contrib/elftoolchain/elfdump/ |
H A D | elfdump.c | 450 case SHT_MIPS_ABIFLAGS: return "SHT_MIPS_ABIFLAGS"; in sh_types()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | SyntheticSections.cpp | 100 : SyntheticSection(SHF_ALLOC, SHT_MIPS_ABIFLAGS, 8, ".MIPS.abiflags"), in MipsAbiFlagsSection() 115 if (sec->type != SHT_MIPS_ABIFLAGS) in create()
|
H A D | Writer.cpp | 1934 addPhdrForSection(part, SHT_MIPS_ABIFLAGS, PT_MIPS_ABIFLAGS, PF_R); in finalizeSections()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 770 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 D | ObjectFileELF.cpp | 1509 if (sheader.sh_type == SHT_MIPS_ABIFLAGS) { in GetSectionHeaderInfo()
|