Lines Matching defs:arg
134 void *arg __attribute__((unused)))
178 frame_callback (Dwfl_Frame *state, void *arg)
180 struct frames *frames = (struct frames *) arg;
479 parse_opt (int key, char *arg __attribute__ ((unused)),
485 pid = atoi (arg);
491 core_fd = open (arg, O_RDONLY);
493 error (EXIT_BAD, errno, N_("Cannot open core file '%s'"), arg);
497 error (EXIT_BAD, 0, "core '%s' elf_begin: %s", arg, elf_errmsg(-1));
501 exec = arg;
505 debuginfo_path = arg;
550 maxframes = atoi (arg);