Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/tools/
Drelocs_32.c5 #define ELF_MACHINE EM_386
/linux-4.4.14/include/uapi/linux/
Delf-em.h8 #define EM_386 3 macro
Daudit.h360 #define AUDIT_ARCH_I386 (EM_386|__AUDIT_ARCH_LE)
/linux-4.4.14/arch/x86/um/asm/
Delf.h30 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486))
34 #define ELF_ARCH EM_386
/linux-4.4.14/fs/
Dbinfmt_em86.c40 (!((elf_ex.e_machine == EM_386) || (elf_ex.e_machine == EM_486))) || in load_em86()
/linux-4.4.14/arch/x86/include/asm/
Delf.h42 #define ELF_ARCH EM_386
89 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486))
/linux-4.4.14/scripts/
Dsortextable.c282 case EM_386: in do_file()
Drecordmcount.c448 case EM_386: in do_file()
/linux-4.4.14/arch/x86/kernel/
Dptrace.c1380 .name = "i386", .e_machine = EM_386,
/linux-4.4.14/scripts/mod/
Dmodpost.c1861 case EM_386: in section_rel()
/linux-4.4.14/tools/lguest/
Dlguest.c440 || ehdr->e_machine != EM_386 in map_elf()