Searched refs:___Argv (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/common/amd64/ |
H A D | gcrt1.s | 62 .globl ___Argv 63 .type ___Argv,@object 64 .size ___Argv,8 66 ___Argv: label 172 movq %rdx,___Argv
|
H A D | crt1.s | 64 .globl ___Argv 65 .type ___Argv,@object 66 .size ___Argv,8 68 ___Argv: label 153 movq %rdx,___Argv
|
/titanic_41/usr/src/lib/common/i386/ |
H A D | crt1.s | 62 .globl ___Argv 63 .type ___Argv,@object 64 .size ___Argv,4 66 ___Argv: label 168 movl %edx,___Argv
|
H A D | gcrt1.s | 62 .globl ___Argv 63 .type ___Argv,@object 64 .size ___Argv,4 66 ___Argv: label 192 movl %edx,___Argv
|
/titanic_41/usr/src/lib/libbc/csu/common/ |
H A D | mon.c | 51 char **___Argv = NULL; /* initialized to argv array by mcrt0 (if loaded) */ variable 169 if (___Argv != NULL) /* mcrt0.s executed */ in monitor() 170 if ((s = strrchr(___Argv[0], '/')) != NULL) in monitor() 173 strcpy(d->progname, ___Argv[0]); in monitor()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | mon.c | 146 char **___Argv = NULL; /* initialized to argv array by mcrt0 (if loaded) */ variable 259 if ((mon_out = libc_malloc(len + strlen(___Argv[0]) + 15)) in monitor() 283 if (___Argv != NULL) { /* mcrt0.s executed */ in monitor() 284 if ((s = strrchr(___Argv[0], '/')) != NULL) in monitor() 287 (void) strcpy(name, ___Argv[0]); in monitor()
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 2697 ___Argv { FLAGS = NODIRECT };
|