/freebsd/sys/arm/include/ |
H A D | elf.h | 54 #define ELF_ARCH EM_ARM 56 #define ELF_MACHINE_OK(x) ((x) == EM_ARM) 71 #define ELF_TARG_MACH EM_ARM
|
H A D | dump.h | 32 #define EM_VALUE EM_ARM
|
/freebsd/sys/arm64/include/ |
H A D | elf.h | 70 #define ELF_ARCH EM_ARM 86 #define ELF_TARG_MACH EM_ARM
|
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | elftc_reloc_type_str.c | 162 case EM_ARM: in elftc_reloc_type_str()
|
H A D | libelftc_bfdtarget.c | 62 .bt_machine = EM_ARM, 110 .bt_machine = EM_ARM,
|
/freebsd/lib/libkldelf/ |
H A D | ef_arm.c | 94 ELF_RELOC(ELFCLASS32, ELFDATA2LSB, EM_ARM, ef_arm_reloc);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFObjectWriter.cpp | 52 ELF::EM_ARM, in ARMELFObjectWriter() 92 object::getELFRelocationTypeName(ELF::EM_ARM, Type) + in GetRelocTypeInner()
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | ELF.cpp | 42 .Case("arm", EM_ARM) in convertArchNameToEMachine() 252 case EM_ARM: in convertEMachineToArchName()
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | _libelf_config.h | 50 #define LIBELF_ARCH EM_ARM
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF.cpp | 90 case ELF::EM_ARM: in createLinkGraphFromELFObject()
|
H A D | ELF_aarch32.cpp | 74 object::getELFRelocationTypeName(ELF::EM_ARM, ELFType)); in getJITLinkEdgeKind()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Target.cpp | 59 case EM_ARM: in getTarget()
|
H A D | OutputSections.cpp | 54 if (config->emachine != EM_ARM || !(flags & SHF_ARM_PURECODE)) in getPhdrFlags() 167 config->emachine == EM_ARM ? (uint64_t)SHF_ARM_PURECODE : 0; in commitSection() 541 if (config->emachine == EM_ARM && !config->isLE && config->armBe8 && in writeTo()
|
H A D | Writer.cpp | 435 if (config->emachine == EM_ARM && sym.section && in shouldKeepInSymtab() 1375 if (!config->relocatable && config->emachine == EM_ARM && in resolveShfLinkOrder() 1926 if (config->emachine == EM_ARM) { in finalizeSections() 2061 if (config->emachine == EM_ARM && !config->isLE && config->armBe8) { in finalizeSections()
|
/freebsd/lib/libkvm/ |
H A D | kvm_arm.c | 98 return (_kvm_probe_elf_kernel(kd, ELFCLASS32, EM_ARM) && in _arm_probe()
|
H A D | kvm_minidump_arm.c | 70 return (_kvm_probe_elf_kernel(kd, ELFCLASS32, EM_ARM) && in _arm_minidump_probe()
|
/freebsd/sys/arm/arm/ |
H A D | elf_machdep.c | 109 .machine = EM_ARM,
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 62 case ELF::EM_ARM: in getELFRelocationTypeName() 203 case ELF::EM_ARM: in getELFRelativeRelocationType() 244 case ELF::EM_ARM: in getELFSectionTypeName()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 410 case ELF::EM_ARM: in getBuildAttributes() 610 if ((Header.e_machine == ELF::EM_ARM || Header.e_machine == ELF::EM_MIPS) && in getSymbolValueImpl() 797 } else if (EF.getHeader().e_machine == ELF::EM_ARM) { in getSymbolFlags() 1295 case ELF::EM_ARM: in getFileFormatName() 1372 case ELF::EM_ARM: in getArch()
|
/freebsd/sys/arm64/arm64/ |
H A D | elf32_machdep.c | 146 .machine = EM_ARM,
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 219 ECase(EM_ARM); in enumeration() 424 case ELF::EM_ARM: in bitset() 713 case ELF::EM_ARM: in enumeration() 785 case ELF::EM_ARM: in bitset() 904 case ELF::EM_ARM: in enumeration() 1611 if (Obj.getMachine() == ELF::EM_ARM && Type == ELF::SHT_ARM_EXIDX) { in mapping()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ELFHeader.cpp | 196 case EM_ARM: in GetRelocationJumpSlotType()
|
/freebsd/usr.sbin/crunch/crunchide/ |
H A D | exec_elf32.c | 185 case EM_ARM: break; in ELFNAMEEND()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_reloc.c | 75 case EM_ARM: in _dwarf_get_reloc_size()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_link.c | 502 elf_file.ehdr.e_machine = EM_ARM; in dump_elf32() 656 elf_file.ehdr.e_machine = EM_ARM; in dump_elf64() 1259 emachine1 = emachine2 = EM_ARM; in process_obj()
|