Searched refs:Dbg_args_option (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | args.c | 989 DBG_CALL(Dbg_args_option(ofl->ofl_lml, ndx, c, optarg)); in parseopt_pass1() 1003 DBG_CALL(Dbg_args_option(ofl->ofl_lml, ndx, c, optarg)); in parseopt_pass1() 1017 DBG_CALL(Dbg_args_option(ofl->ofl_lml, ndx, c, NULL)); in parseopt_pass1() 1022 DBG_CALL(Dbg_args_option(ofl->ofl_lml, ndx, c, NULL)); in parseopt_pass1() 1039 DBG_CALL(Dbg_args_option(ofl->ofl_lml, ndx, c, optarg)); in parseopt_pass1() 1049 DBG_CALL(Dbg_args_option(ofl->ofl_lml, ndx, c, NULL)); in parseopt_pass1() 1054 DBG_CALL(Dbg_args_option(ofl->ofl_lml, ndx, c, optarg)); in parseopt_pass1() 1077 DBG_CALL(Dbg_args_option(ofl->ofl_lml, ndx, c, optarg)); in parseopt_pass1() 1087 DBG_CALL(Dbg_args_option(ofl->ofl_lml, ndx, c, optarg)); in parseopt_pass1() 1104 DBG_CALL(Dbg_args_option(ofl->ofl_lml, ndx, c, optarg)); in parseopt_pass1() [all …]
|
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | args.c | 31 Dbg_args_option(Lm_list *lml, int ndx, int c, char *optarg) in Dbg_args_option() function
|
H A D | mapfile-vers | 56 Dbg_args_option;
|
H A D | llib-llddbg | 40 void Dbg_args_option(Lm_list *, int, int, char *);
|
/titanic_50/usr/src/cmd/sgs/include/ |
H A D | debug.h | 765 extern void Dbg_args_option(Lm_list *, int, int, char *);
|