Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Delf_common.h458 #define SHT_ARM_ATTRIBUTES 0x70000003 /* Object file compatibility macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1127 SHT_ARM_ATTRIBUTES = 0x70000003U, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp248 STRINGIFY_ENUM_CASE(ELF, SHT_ARM_ATTRIBUTES); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObjcopy.cpp490 if (Sec.Type == SHT_ARM_ATTRIBUTES) in replaceAndRemoveSections()
/freebsd/usr.bin/elfdump/
H A Delfdump.c377 case SHT_ARM_ATTRIBUTES:return "SHT_ARM_ATTRIBUTES"; in sh_types()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFStreamer.cpp1072 ELF::SHT_ARM_ATTRIBUTES, AttributeSection); in finishAttributeSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h411 Type = ELF::SHT_ARM_ATTRIBUTES; in getBuildAttributes()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp625 if (sec.sh_type == SHT_ARM_ATTRIBUTES && config->emachine == EM_ARM) { in parse()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1191 _ELF_DEFINE_SHT(SHT_ARM_ATTRIBUTES, 0x70000003UL, \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c433 case SHT_ARM_ATTRIBUTES: return "SHT_ARM_ATTRIBUTES"; in sh_types()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp716 ECase(SHT_ARM_ATTRIBUTES); in enumeration()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp1576 if (sheader.sh_type == SHT_ARM_ATTRIBUTES && section_size != 0 && in GetSectionHeaderInfo()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c727 case SHT_ARM_ATTRIBUTES: return "ARM_ATTRIBUTES"; in section_type()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp2859 ELF::SHT_ARM_ATTRIBUTES, std::make_unique<ARMAttributeParser>(&W), in printArchSpecificInfo()