Lines Matching defs:arg
96 static error_t parse_opt (int key, char *arg, struct argp_state *state);
216 parse_opt (int key, char *arg, struct argp_state *state)
264 just_section = arg;
472 void *arg)
474 Dwfl_Module **result = arg;
486 void *arg)
488 const char *looking_for = ((void **) arg)[0];
489 GElf_Sym *symbol = ((void **) arg)[1];
490 GElf_Addr *value = ((void **) arg)[2];
509 ((void **) arg)[0] = NULL;
655 void *arg[3] = { name, &sym, &value };
656 (void) dwfl_getmodules (dwfl, &find_symbol, arg, 0);
657 if (arg[0] != NULL)