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

/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dmain.c47 static int setup_sectname(char *, int);
135 (void) setup_sectname(optarg, my_prog);
199 (void) setup_sectname(".comment", MCS);
207 (void) setup_sectname(".line", MCS);
209 (void) setup_sectname(".debug", STRIP);
210 (void) setup_sectname(".stab", STRIP);
303 setup_sectname(char *name, int whoami) function

Completed in 42 milliseconds