| /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/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | ELF.cpp | 42 .Case("arm", EM_ARM) in convertArchNameToEMachine() 213 return EM_ARM; in convertTripleArchTypeToEMachine() 317 case EM_ARM: in convertEMachineToArchName()
|
| /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 | 47 ELF::EM_ARM, in ARMELFObjectWriter() 84 object::getELFRelocationTypeName(ELF::EM_ARM, Type) + in getRelocType()
|
| /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 | 89 case ELF::EM_ARM: in createLinkGraphFromELFObject()
|
| H A D | ELF_aarch32.cpp | 75 object::getELFRelocationTypeName(ELF::EM_ARM, ELFType)); in getJITLinkEdgeKind()
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | Target.cpp | 61 case EM_ARM: in setTarget()
|
| H A D | OutputSections.cpp | 46 (ctx.arg.emachine == EM_ARM && (flags & SHF_ARM_PURECODE)) || in getPhdrFlags() 168 if (ctx.arg.emachine == EM_ARM) in commitSection() 558 if (ctx.arg.emachine == EM_ARM && !ctx.arg.isLE && ctx.arg.armBe8 && in writeTo()
|
| /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 | 111 .machine = EM_ARM,
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELF.cpp | 64 case ELF::EM_ARM: in getELFRelocationTypeName() 205 case ELF::EM_ARM: in getELFRelativeRelocationType() 246 case ELF::EM_ARM: in getELFSectionTypeName()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ELFObjectFile.h | 413 case ELF::EM_ARM: in getBuildAttributes() 616 if ((Header.e_machine == ELF::EM_ARM || Header.e_machine == ELF::EM_MIPS) && in getSymbolValueImpl() 803 } else if (EF.getHeader().e_machine == ELF::EM_ARM) { in getSymbolFlags() 1300 case ELF::EM_ARM: in getFileFormatName() 1377 case ELF::EM_ARM: in getArch()
|
| /freebsd/sys/arm64/arm64/ |
| H A D | elf32_machdep.c | 148 .machine = EM_ARM,
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 221 ECase(EM_ARM); in enumeration() 426 case ELF::EM_ARM: in bitset() 732 case ELF::EM_ARM: in enumeration() 807 case ELF::EM_ARM: in bitset() 926 case ELF::EM_ARM: in enumeration() 1643 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/contrib/elftoolchain/libdwarf/ |
| H A D | libdwarf_reloc.c | 77 case EM_ARM: in _dwarf_get_reloc_size()
|
| /freebsd/usr.sbin/crunch/crunchide/ |
| H A D | exec_elf32.c | 185 case EM_ARM: break; in ELFNAMEEND()
|
| /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()
|
| /freebsd/usr.bin/elfdump/ |
| H A D | elfdump.c | 270 case EM_ARM: return "EM_ARM"; in e_machines() 374 case EM_ARM: in sh_types()
|