/illumos-gate/usr/src/cmd/allocate/ |
H A D | add_allocatable.c | 58 int process_args(int, char **, da_args *, char *); 133 if (process_args(argc, argv, &dargs, progname) != 0) { 170 process_args(int argc, char **argv, da_args *dargs, char *progname) function
|
/illumos-gate/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 251 process_args(int argc, char **argv, uchar_t *class_ret, uchar_t *ldclass_ret, function 693 if (process_args(argc, argv, &class, &ldclass, &mach))
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | syminfo.c | 155 process_args(elfedit_obj_state_t *obj_state, int argc, const char *argv[], function 201 * as they are located. Hence, process_args() is used to initialze the 576 process_args(obj_state, argc, argv, cmd, &argstate);
|
H A D | cap.c | 119 * initialized by process_args(), and used by the other routines. 295 process_args(elfedit_obj_state_t *obj_state, int argc, const char *argv[], function 779 process_args(obj_state, argc, argv, &argstate);
|
H A D | phdr.c | 129 * initialized by process_args(), and used by the other routines. 157 process_args(elfedit_obj_state_t *obj_state, int argc, const char *argv[], function 670 process_args(obj_state, argc, argv, cmd, &argstate);
|
H A D | shdr.c | 119 * initialized by process_args(), and used by the other routines. 145 process_args(elfedit_obj_state_t *obj_state, int argc, const char *argv[], function 368 process_args(obj_state, argc, argv, cmd, &argstate);
|
H A D | str.c | 247 process_args(elfedit_obj_state_t *obj_state, int argc, const char *argv[], function 672 process_args(obj_state, argc, argv, cmd, &argstate, &print_only);
|
H A D | dyn.c | 124 * initialized by process_args(), and used by the other routines. 230 process_args(elfedit_obj_state_t *obj_state, int argc, const char *argv[], function 653 * process_args(). Routines that accept this form of -dynndx 1140 process_args(obj_state, argc, argv, &argstate);
|
H A D | ehdr.c | 139 * initialized by process_args(), and used by the other routines. 162 process_args(elfedit_obj_state_t *obj_state, int argc, const char *argv[], function 678 process_args(obj_state, argc, argv, &argstate);
|
H A D | sym.c | 187 * issued as they are located. Hence, process_args() is used to 1036 process_args(elfedit_obj_state_t *obj_state, int argc, const char *argv[], function 1412 argstate = process_args(obj_state, argc, argv, cmd);
|