Home
last modified time | relevance | path

Searched refs:EM_386 (Results 1 – 25 of 48) 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,
163 .machine = EM_386,
176 .machine = EM_386,
/freebsd/contrib/elftoolchain/libelftc/
H A Dlibelftc_bfdtarget.c78 .bt_machine = EM_386,
86 .bt_machine = EM_386,
488 .bt_machine = EM_386,
506 .bt_machine = EM_386,
H A Delftc_reloc_type_str.c40 case EM_386: in elftc_reloc_type_str()
/freebsd/sys/i386/i386/
H A Delf_machdep.c97 .machine = EM_386,
112 .machine = EM_386,
127 .machine = EM_386,
/freebsd/contrib/elftoolchain/libelf/
H A D_libelf_config.h60 #define LIBELF_ARCH EM_386
130 #define LIBELF_ARCH EM_386
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp22 .Case("386", EM_386) in convertArchNameToEMachine()
258 return EM_386; in convertTripleArchTypeToEMachine()
277 case EM_386: in convertEMachineToArchName()
/freebsd/lib/libkldelf/
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/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp57 (EMachine != ELF::EM_386) && in X86ELFObjectWriter()
363 assert((getEMachine() == ELF::EM_386 || getEMachine() == ELF::EM_IAMCU) && in getRelocType()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF.cpp103 case ELF::EM_386: in createLinkGraphFromELFObject()
H A DELF_x86.cpp142 object::getELFRelocationTypeName(ELF::EM_386, Type)); in getRelocationKind()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dpe.c83 case EM_386: in create_pe()
/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.cpp54 case EM_386: in setTarget()
/freebsd/sys/i386/linux/
H A Dlinux_sysvec.c810 .machine = EM_386,
821 .machine = EM_386,
832 .machine = EM_386,
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysvec.c968 .machine = EM_386,
979 .machine = EM_386,
990 .machine = EM_386,
/freebsd/contrib/file/src/
H A Dreadelf.h134 #define EM_386 3 macro
/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/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp189 case EM_386: in GetRelocationJumpSlotType()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp42 case ELF::EM_386: in getELFRelocationTypeName()
198 case ELF::EM_386: in getELFRelativeRelocationType()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_reloc.c81 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.h1294 case ELF::EM_386: in getFileFormatName()
1332 case ELF::EM_386: in getFileFormatName()
1370 case ELF::EM_386: in getArch()

12