Home
last modified time | relevance | path

Searched refs:EM_VALUE (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/x86/include/
H A Ddump.h35 #define EM_VALUE EM_X86_64 macro
38 #define EM_VALUE EM_386 macro
/f-stack/freebsd/arm64/include/
H A Ddump.h38 #define EM_VALUE EM_AARCH64 macro
/f-stack/freebsd/arm/include/
H A Ddump.h34 #define EM_VALUE EM_ARM macro
/f-stack/freebsd/mips/include/
H A Ddump.h34 #define EM_VALUE EM_MIPS macro
/f-stack/freebsd/kern/
H A Dkern_dump.c312 ehdr.e_machine = EM_VALUE; in dumpsys_generic()