Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dldmachdep.c52 return (M_MACH_64); in ld_sunw_ldmach()
/titanic_50/usr/src/cmd/sgs/include/sparc/
H A Dmachdep_sparc.h46 #define M_MACH_64 EM_SPARCV9 macro
/titanic_50/usr/src/cmd/sgs/include/i386/
H A Dmachdep_x86.h46 #define M_MACH_64 EM_AMD64 macro
/titanic_50/usr/src/cmd/sgs/ld/common/
H A Dld.c476 *mach = (class == ELFCLASS64) ? M_MACH_64 : M_MACH_32; in process_args()
/titanic_50/usr/src/cmd/sgs/ldd/common/
H A Dldd.c414 if ((ehdr.e_machine != M_MACH_32) && (ehdr.e_machine != M_MACH_64) && in elf_check()