Searched defs:isa_i_str (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c152 * isa_i_str - The ISA string for the currently running program
153 * isa_I_str - For 64-bit programs, the same as isa_i_str. For
158 static const char *isa_i_str = MSG_ORIG(MSG_ISA_SPARC_64); variable
161 static const char *isa_i_str = MSG_ORIG(MSG_ISA_SPARC_32); variable
167 static const char *isa_i_str = MSG_ORIG(MSG_ISA_X86_32); variable
171 static const char *isa_i_str = MSG_ORIG(MSG_ISA_X86_64); variable
2647 len += strlen(isa_i_str);
2705 cp_str = isa_i_str;

Completed in 85 milliseconds