Home
last modified time | relevance | path

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

/bionic/libc/kernel/uapi/linux/
Delf-em.h12 #define EM_386 3 macro
Daudit.h278 #define AUDIT_ARCH_I386 (EM_386 | __AUDIT_ARCH_LE)
/bionic/linker/
Dlinker_phdr.cpp57 return EM_386; in GetTargetElfMachine()
239 if (em == EM_386) return "EM_386"; in EM_to_string()
/bionic/libc/include/bits/
Delf_common.h214 #define EM_386 3 /* Intel i386. */ macro