Searched refs:mach32 (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
331 mach32 = EM_SPARC;
335 mach32 = EM_386;
380 if ((class != ELFCLASSNONE) && (mach32 != EM_NONE))
417 if (mach32 == EM_NONE) {
430 mach32 = mach64 =
471 *mach = (class == ELFCLASS64) ? mach64 : mach32;

Completed in 60 milliseconds