/freebsd/sys/x86/include/ |
H A D | elf.h | 46 #define ELF_ARCH EM_386 48 #define ELF_MACHINE_OK(x) ((x) == EM_386 || (x) == EM_486) 84 #define ELF_TARG_MACH EM_386 103 #define ELF_ARCH32 EM_386
|
H A D | dump.h | 36 #define EM_VALUE EM_386
|
/freebsd/sys/compat/ia32/ |
H A D | ia32_sysvec.c | 150 .machine = EM_386, 165 .machine = EM_386, 180 .machine = EM_386,
|
/freebsd/contrib/elftoolchain/libelftc/ |
H A D | libelftc_bfdtarget.c | 78 .bt_machine = EM_386, 86 .bt_machine = EM_386, 463 .bt_machine = EM_386, 475 .bt_machine = EM_386,
|
H A D | elftc_reloc_type_str.c | 40 case EM_386: in elftc_reloc_type_str()
|
/freebsd/sys/i386/i386/ |
H A D | elf_machdep.c | 97 .machine = EM_386, 112 .machine = EM_386, 127 .machine = EM_386,
|
/freebsd/contrib/elftoolchain/libelf/ |
H A D | _libelf_config.h | 60 #define LIBELF_ARCH EM_386 124 #define LIBELF_ARCH EM_386
|
/freebsd/lib/libkldelf/ |
H A D | ef_i386.c | 97 ELF_RELOC(ELFCLASS32, ELFDATA2LSB, EM_386, ef_i386_reloc);
|
/freebsd/usr.sbin/btxld/ |
H A D | elfh.c | 48 htole16(EM_386), /* e_machine */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ELFObjectWriter.cpp | 44 (EMachine != ELF::EM_386) && in X86ELFObjectWriter() 337 assert((getEMachine() == ELF::EM_386 || getEMachine() == ELF::EM_IAMCU) && in getRelocType()
|
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/ |
H A D | ELF.cpp | 22 .Case("386", EM_386) in convertArchNameToEMachine() 212 case EM_386: in convertEMachineToArchName()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF.cpp | 104 case ELF::EM_386: in link_ELF()
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Target.cpp | 52 case EM_386: in getTarget()
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | pe.c | 83 case EM_386: in create_pe()
|
/freebsd/sys/i386/linux/ |
H A D | linux_sysvec.c | 806 .machine = EM_386, 817 .machine = EM_386, 828 .machine = EM_386,
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysvec.c | 965 .machine = EM_386, 976 .machine = EM_386, 987 .machine = EM_386,
|
/freebsd/contrib/file/src/ |
H A D | readelf.h | 134 #define EM_386 3 macro
|
H A D | readelf.c | 1556 case EM_386: in doshn() 1661 case EM_386: in doshn()
|
/freebsd/lib/libkvm/ |
H A D | kvm_minidump_i386.c | 75 return (_kvm_probe_elf_kernel(kd, ELFCLASS32, EM_386) && in _i386_minidump_probe()
|
H A D | kvm_i386.c | 108 return (_kvm_probe_elf_kernel(kd, ELFCLASS32, EM_386) && in _i386_probe()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ELFHeader.cpp | 189 case EM_386: in GetRelocationJumpSlotType()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 40 case ELF::EM_386: in getELFRelocationTypeName() 196 case ELF::EM_386: in getELFRelativeRelocationType()
|
/freebsd/usr.sbin/crunch/crunchide/ |
H A D | exec_elf32.c | 179 case EM_386: break; in ELFNAMEEND()
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | libdwarf_reloc.c | 79 case EM_386: in _dwarf_get_reloc_size()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | ELFObjectFile.h | 1289 case ELF::EM_386: in getFileFormatName() 1327 case ELF::EM_386: in getFileFormatName() 1365 case ELF::EM_386: in getArch()
|