Searched refs:mach64 (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/ld/common/
H A Dld.c255 Half mach32 = EM_NONE, mach64 = EM_NONE, ar_mach; local
332 mach64 = EM_SPARCV9;
336 mach64 = EM_AMD64;
430 mach32 = mach64 =
471 *mach = (class == ELFCLASS64) ? mach64 : mach32;

Completed in 57 milliseconds