Home
last modified time | relevance | path

Searched refs:EM_386 (Results 1 – 25 of 47) sorted by relevance

12

/freebsd/sys/x86/include/
H A Delf.h46 #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 Ddump.h36 #define EM_VALUE EM_386
/freebsd/sys/compat/ia32/
H A Dia32_sysvec.c150 .machine = EM_386,
165 .machine = EM_386,
180 .machine = EM_386,
/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_bfdtarget.c78 .bt_machine = EM_386,
86 .bt_machine = EM_386,
463 .bt_machine = EM_386,
475 .bt_machine = EM_386,
H A Delftc_reloc_type_str.c40 case EM_386: in elftc_reloc_type_str()
/freebsd/contrib/elftoolchain/libelf/
H A D_libelf_config.h60 #define LIBELF_ARCH EM_386
124 #define LIBELF_ARCH EM_386
/freebsd/sys/i386/i386/
H A Delf_machdep.c97 .machine = EM_386,
112 .machine = EM_386,
127 .machine = EM_386,
/freebsd/usr.sbin/kldxref/
H A Def_i386.c97 ELF_RELOC(ELFCLASS32, ELFDATA2LSB, EM_386, ef_i386_reloc);
/freebsd/usr.sbin/btxld/
H A Delfh.c48 htole16(EM_386), /* e_machine */
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp22 .Case("386", EM_386) in convertArchNameToEMachine()
212 case EM_386: in convertEMachineToArchName()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp44 (EMachine != ELF::EM_386) && in X86ELFObjectWriter()
337 assert((getEMachine() == ELF::EM_386 || getEMachine() == ELF::EM_IAMCU) && in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF.cpp104 case ELF::EM_386: in createLinkGraphFromELFObject()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp52 case EM_386: in getTarget()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dpe.c83 case EM_386: in create_pe()
/freebsd/sys/i386/linux/
H A Dlinux_sysvec.c806 .machine = EM_386,
817 .machine = EM_386,
828 .machine = EM_386,
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysvec.c965 .machine = EM_386,
976 .machine = EM_386,
987 .machine = EM_386,
/freebsd/contrib/file/src/
H A Dreadelf.h134 #define EM_386 3 macro
H A Dreadelf.c1492 case EM_386: in doshn()
1595 case EM_386: in doshn()
/freebsd/lib/libkvm/
H A Dkvm_minidump_i386.c75 return (_kvm_probe_elf_kernel(kd, ELFCLASS32, EM_386) && in _i386_minidump_probe()
H A Dkvm_i386.c108 return (_kvm_probe_elf_kernel(kd, ELFCLASS32, EM_386) && in _i386_probe()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp40 case ELF::EM_386: in getELFRelocationTypeName()
196 case ELF::EM_386: in getELFRelativeRelocationType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp189 case EM_386: in GetRelocationJumpSlotType()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c79 case EM_386: in _dwarf_get_reloc_size()
/freebsd/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c179 case EM_386: break; in ELFNAMEEND()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h1215 case ELF::EM_386: in getFileFormatName()
1253 case ELF::EM_386: in getFileFormatName()
1291 case ELF::EM_386: in getArch()

12