Home
last modified time | relevance | path

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

/linux/arch/x86/um/asm/
H A Delf.h32 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486))
36 #define ELF_ARCH EM_386
/linux/arch/x86/tools/
H A Drelocs_32.c6 #define ELF_MACHINE EM_386
/linux/include/uapi/linux/
H A Delf-em.h9 #define EM_386 3 macro
H A Daudit.h411 #define AUDIT_ARCH_I386 (EM_386|__AUDIT_ARCH_LE)
/linux/arch/x86/include/asm/
H A Delf.h43 #define ELF_ARCH EM_386
86 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486))
/linux/arch/x86/um/
H A Dptrace.c285 .name = "i386", .e_machine = EM_386,
/linux/scripts/
H A Drecordmcount.c570 case EM_386: in do_file()
H A Dsorttable.c902 case EM_386: in do_file()
/linux/tools/objtool/arch/x86/
H A Ddecode.c44 case EM_386: in arch_callee_saved_reg()
/linux/arch/x86/kernel/
H A Dptrace.c1354 .name = "i386", .e_machine = EM_386,
/linux/tools/perf/util/
H A Dsymbol-elf.c390 case EM_386: in get_plt_sizes()
411 return e_machine == EM_386 || e_machine == EM_X86_64; in machine_is_x86()
/linux/kernel/module/
H A Dmain.c1507 if (emachine == EM_386 || emachine == EM_X86_64) in ignore_undef_symbol()