Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/tools/
Drelocs_32.c6 #define ELF_MACHINE EM_386
/linux-6.1.9/arch/x86/um/asm/
Delf.h30 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486))
34 #define ELF_ARCH EM_386
/linux-6.1.9/include/uapi/linux/
Delf-em.h9 #define EM_386 3 macro
Daudit.h403 #define AUDIT_ARCH_I386 (EM_386|__AUDIT_ARCH_LE)
/linux-6.1.9/tools/perf/util/
Ddwarf-regs.c37 case EM_386: in get_dwarf_regstr()
Dgenelf.h26 #define GEN_ELF_ARCH EM_386
/linux-6.1.9/arch/x86/include/asm/
Delf.h42 #define ELF_ARCH EM_386
88 (((x)->e_machine == EM_386) || ((x)->e_machine == EM_486))
/linux-6.1.9/scripts/
Dsorttable.c305 case EM_386: in do_file()
Drecordmcount.c536 case EM_386: in do_file()
/linux-6.1.9/tools/objtool/arch/x86/
Ddecode.c31 case EM_386: in is_x86_64()
/linux-6.1.9/arch/x86/kernel/
Dptrace.c1300 .name = "i386", .e_machine = EM_386,
/linux-6.1.9/scripts/mod/
Dmodpost.c1614 case EM_386: in section_rel()
/linux-6.1.9/kernel/module/
Dmain.c1272 if (emachine == EM_386 || emachine == EM_X86_64) in ignore_undef_symbol()