MCS
if (num_sect == 0 && my_prog == MCS) {
(void) setup_sectname(".comment", MCS);
(void) setup_sectname(".line", MCS);
if (me == MCS)
if ((whoami == MCS) && (sectcmp(name) == 0))
my_prog = MCS;
if ((rc = posix_spawn(&pid, MCS, NULL, &attr,
static const char *cmd[] = { MCS, "-d", "-n", ".SUNW_ctf", NULL, NULL };