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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A D_libld.h1032 * and another for ELFCLASS64. The LD_TARG_BYCLASS macro is used to do
1037 #define LD_TARG_BYCLASS(_ec32, _ec64) (_ec64) macro
1039 #define LD_TARG_BYCLASS(_ec32, _ec64) (_ec32) macro
H A Dfiles.c2757 LD_TARG_BYCLASS(EM_SPARC, EM_SPARCV9))
H A Drelocate.c3003 LD_TARG_BYCLASS(EM_SPARC, EM_SPARCV9))
H A Dsections.c1928 if (ld_targ.t_m.m_mach == LD_TARG_BYCLASS(EM_SPARC, EM_SPARCV9))

Completed in 65 milliseconds