Searched refs:EM_386 (Results 1 – 25 of 45) sorted by relevance
12
/external/ltrace/sysdeps/linux-gnu/x86/ |
D | regs.c | 62 if (proc->e_machine == EM_386) in get_instruction_pointer() 70 if (proc->e_machine == EM_386) in set_instruction_pointer() 88 if (proc->e_machine == EM_386) in get_stack_pointer() 106 if (proc->e_machine == EM_386) in get_return_addr()
|
D | plt.c | 62 assert(lte->ehdr.e_machine == EM_386); in arch_elf_add_plt_entry() 141 if (lte->ehdr.e_machine == EM_386) { in arch_elf_init()
|
D | arch.h | 47 #define LT_ELF_MACHINE2 EM_386
|
D | fetch.c | 256 if (context->machine == EM_386) { in allocate_integer() 749 if (proc->e_machine == EM_386) in arch_fetch_arg_init() 846 if (proc->e_machine == EM_386) in arch_fetch_arg_next() 870 if (proc->e_machine == EM_386) in arch_fetch_retval()
|
/external/google-breakpad/src/common/linux/ |
D | file_id_unittest.cc | 134 ELF elf(EM_386, TypeParam::kClass, kLittleEndian); in TYPED_TEST() 164 ELF elf(EM_386, TypeParam::kClass, kLittleEndian); in TYPED_TEST() 196 ELF elf(EM_386, TypeParam::kClass, kLittleEndian); in TYPED_TEST() 229 ELF elf1(EM_386, TypeParam::kClass, kLittleEndian); in TYPED_TEST() 246 ELF elf2(EM_386, TypeParam::kClass, kLittleEndian); in TYPED_TEST()
|
D | synth_elf_unittest.cc | 210 ELF elf(EM_386, TypeParam::kClass, kLittleEndian); in TYPED_TEST() 226 EXPECT_EQ(EM_386, header->e_machine); in TYPED_TEST() 278 ELF elf(EM_386, TypeParam::kClass, kLittleEndian); in TYPED_TEST() 301 EXPECT_EQ(EM_386, header->e_machine); in TYPED_TEST()
|
D | dump_symbols_unittest.cc | 94 ELF elf(EM_386, ELFCLASS32, kLittleEndian); in TEST_F()
|
D | synth_elf.cc | 25 assert(machine == EM_386 || in ELF()
|
/external/elfutils/src/tests/ |
D | asm-tst1.c | 43 .e_machine = EM_386, 77 Ebl *ebl = ebl_openbackend_machine (EM_386); in main()
|
D | asm-tst2.c | 43 .e_machine = EM_386, 76 Ebl *ebl = ebl_openbackend_machine (EM_386); in main()
|
D | asm-tst9.c | 51 .e_machine = EM_386, 96 Ebl *ebl = ebl_openbackend_machine (EM_386); in main()
|
D | asm-tst4.c | 44 Ebl *ebl = ebl_openbackend_machine (EM_386); in main()
|
D | asm-tst5.c | 46 Ebl *ebl = ebl_openbackend_machine (EM_386); in main()
|
D | asm-tst6.c | 44 Ebl *ebl = ebl_openbackend_machine (EM_386); in main()
|
D | asm-tst7.c | 44 Ebl *ebl = ebl_openbackend_machine (EM_386); in main()
|
D | asm-tst8.c | 44 Ebl *ebl = ebl_openbackend_machine (EM_386); in main()
|
D | saridx.c | 36 MACHINE (EM_386),
|
D | asm-tst3.c | 68 Ebl *ebl = ebl_openbackend_machine (EM_386); in main()
|
D | alldts.c | 101 ehdr->e_machine = EM_386; in main()
|
/external/kernel-headers/original/uapi/linux/ |
D | elf-em.h | 8 #define EM_386 3 macro
|
D | audit.h | 351 #define AUDIT_ARCH_I386 (EM_386|__AUDIT_ARCH_LE)
|
/external/llvm/lib/Object/ |
D | ELF.cpp | 28 case ELF::EM_386: in getELFRelocationTypeName()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 37 /*HasRelocationAddend*/ EMachine != ELF::EM_386) {} in X86ELFObjectWriter() 248 assert(getEMachine() == ELF::EM_386 && "Unsupported ELF machine type."); in GetRelocType()
|
/external/valgrind/coregrind/ |
D | pub_core_machine.h | 46 # define VG_ELF_MACHINE EM_386
|
/external/llvm/include/llvm/Object/ |
D | ELFObjectFile.h | 761 case ELF::EM_386: in getRelocationValueString() 856 case ELF::EM_386: in getFileFormatName() 876 case ELF::EM_386: in getFileFormatName() 903 case ELF::EM_386: in getArch()
|
12