/third_party/elfutils/tests/ |
D | asm-tst1.c | 44 .e_machine = EM_386, 78 Ebl *ebl = ebl_openbackend_machine (EM_386); in main()
|
D | asm-tst2.c | 44 .e_machine = EM_386, 77 Ebl *ebl = ebl_openbackend_machine (EM_386); in main()
|
D | asm-tst9.c | 52 .e_machine = EM_386, 97 Ebl *ebl = ebl_openbackend_machine (EM_386); in main()
|
D | asm-tst4.c | 45 Ebl *ebl = ebl_openbackend_machine (EM_386); in main()
|
D | asm-tst5.c | 47 Ebl *ebl = ebl_openbackend_machine (EM_386); in main()
|
D | asm-tst6.c | 45 Ebl *ebl = ebl_openbackend_machine (EM_386); in main()
|
D | asm-tst7.c | 45 Ebl *ebl = ebl_openbackend_machine (EM_386); in main()
|
D | asm-tst8.c | 45 Ebl *ebl = ebl_openbackend_machine (EM_386); in main()
|
D | saridx.c | 36 MACHINE (EM_386),
|
D | elfshphehdr.c | 86 ehdr.e_machine = EM_386; in test()
|
D | asm-tst3.c | 69 Ebl *ebl = ebl_openbackend_machine (EM_386); in main()
|
D | alldts.c | 103 ehdr->e_machine = EM_386; in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 44 (EMachine != ELF::EM_386) && in X86ELFObjectWriter() 326 assert((getEMachine() == ELF::EM_386 || getEMachine() == ELF::EM_IAMCU) && in getRelocType()
|
/third_party/elfutils/libdwelf/ |
D | dwelf_elf_e_machine_string.c | 47 case EM_386: in dwelf_elf_e_machine_string()
|
/third_party/elfio/tests/ |
D | ELFIOTest.cpp | 209 EM_386, 1, 0x80482b0, 0, 28, 7, 0, 0 ); in TEST() 488 checkHeader( reader, ELFCLASS32, ELFDATA2LSB, EV_CURRENT, ET_REL, EM_386, 1, in TEST() 718 writer.set_machine( EM_386 ); in TEST() 743 checkHeader( reader, ELFCLASS32, ELFDATA2LSB, EV_CURRENT, ET_REL, EM_386, in TEST()
|
D | ELFIOTest1.cpp | 46 writer.set_machine( is64bit ? EM_X86_64 : EM_386 ); in write_obj_i386() 145 writer.set_machine( is64bit ? EM_X86_64 : EM_386 ); in write_exe_i386() 518 writer.set_machine( EM_386 ); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELF.cpp | 32 case ELF::EM_386: in getELFRelocationTypeName() 160 case ELF::EM_386: in getELFRelativeRelocationType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTypes.def | 28 X(Target_X8632, "x86-32", false, EM_386, 0) \
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | pkg_genc.cpp | 776 *pCPU=EM_386; in getArchitecture() 909 EM_386, in writeObjectCode()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkg_genc.cpp | 776 *pCPU=EM_386; in getArchitecture() 909 EM_386, in writeObjectCode()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | pkg_genc.cpp | 831 *pCPU=EM_386; in getArchitecture() 964 EM_386, in writeObjectCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 1061 case ELF::EM_386: in getFileFormatName() 1093 case ELF::EM_386: in getFileFormatName() 1125 case ELF::EM_386: in getArch()
|
/third_party/elfutils/libebl/ |
D | eblobjnote.c | 417 && (ehdr.e_machine == EM_386 in ebl_object_note()
|
/third_party/elfio/c_wrapper/ |
D | elf_types_c_wrapper.hpp | 88 #define EM_386 3 // Intel 80386 macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | ELF.h | 130 EM_386 = 3, // Intel 386 enumerator
|