Home
last modified time | relevance | path

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

12

/external/ltrace/sysdeps/linux-gnu/x86/
Dregs.c62 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()
Dplt.c62 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()
Darch.h47 #define LT_ELF_MACHINE2 EM_386
Dfetch.c256 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/kernel-headers/original/uapi/linux/
Delf-em.h8 #define EM_386 3 macro
Daudit.h341 #define AUDIT_ARCH_I386 (EM_386|__AUDIT_ARCH_LE)
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp36 /*HasRelocationAddend*/ EMachine != ELF::EM_386) {} in X86ELFObjectWriter()
157 } else if (getEMachine() == ELF::EM_386) { in GetRelocType()
DX86AsmBackend.cpp365 return createX86ELFObjectWriter(OS, /*IsELF64*/ false, OSABI, ELF::EM_386); in createObjectWriter()
/external/chromium_org/courgette/
Ddisassembler_elf_32_x86.h41 virtual e_machine_values ElfEM() { return EM_386; } in ElfEM()
Dtypes_elf.h52 EM_386 = 3, // Intel Architecture enumerator
/external/chromium_org/sandbox/linux/seccomp-bpf/
Dlinux_seccomp.h36 #ifndef EM_386
37 #define EM_386 3 macro
59 #define AUDIT_ARCH_I386 (EM_386|__AUDIT_ARCH_LE)
/external/chromium_org/third_party/android_crazy_linker/src/src/
Delf_traits.h85 #define ELF_MACHINE EM_386
/external/valgrind/main/coregrind/
Dpub_core_machine.h46 # define VG_ELF_MACHINE EM_386
Dlauncher-linux.c183 if (ehdr->e_machine == EM_386 && in select_platform()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-x86-x86.c212 YASM_WRITE_16_L(bufp, EM_386); /* e_machine - or others */ in elf_x86_x86_write_proghead()
Delf.h62 EM_386 = 3, /* Intel 80386 */ enumerator
/external/chromium_org/components/nacl/loader/nonsfi/
Delf_loader.cc27 # define NACL_ELF_E_MACHINE EM_386
/external/lldb/source/Plugins/ObjectFile/ELF/
DELFHeader.cpp176 case EM_386: in GetRelocationJumpSlotType()
/external/qemu/include/hw/
Delf_ops.h205 if (EM_386 != ehdr.e_machine) in glue()
/external/chromium_org/third_party/icu/source/tools/toolutil/
Dpkg_genc.c683 *pCPU=EM_386; in getArchitecture()
792 EM_386, in writeObjectCode()
/external/icu/icu4c/source/tools/toolutil/
Dpkg_genc.c675 *pCPU=EM_386; in getArchitecture()
784 EM_386, in writeObjectCode()
/external/llvm/include/llvm/Object/
DELFObjectFile.h875 case ELF::EM_386: in getFileFormatName()
895 case ELF::EM_386: in getFileFormatName()
922 case ELF::EM_386: in getArch()
/external/llvm/lib/Object/
DELFYAML.cpp42 ECase(EM_386) in enumeration()
596 case ELF::EM_386: in enumeration()
/external/llvm/test/tools/llvm-readobj/
Dfile-headers.test79 ELF32-NEXT: Machine: EM_386 (0x3)
/external/elfutils/0.153/libebl/
Deblopenbackend.c81 { "i386", "elf_i386", "i386", 4, EM_386, ELFCLASS32, ELFDATA2LSB },

12