Lines Matching refs:parse_opt
439 * argp-std.c (parse_opt): Don't assert, but call fail when
691 * argp-std.c (parse_opt): For -k call argp_failure not failure to
932 * argp-std.c (parse_opt): Store core and fd in Dwfl user_core.
990 * argp-std.c (parse_opt): Replace open64 with open.
1376 * argp-std.c (parse_opt): Ignore errors from dwfl_core_file_attach
1528 * argp-std.c (parse_opt): Call dwfl_linux_proc_attach and
1873 * argp-std.c (parse_opt): Use executable parameter of
1952 * argp-std.c (parse_opt) <ARGP_KEY_SUCCESS> <opt->core> <opt->e>: Set
2030 * argp-std.c (parse_opt): Use opt->core and opt->e explicitly in
2098 (struct parse_opt): New.
2099 (parse_opt): New key ARGP_KEY_INIT. In other make hook struct
2100 parse_opt pointer from former Dwfl pointer. Delay 'e and OPT_COREFILE
2377 * argp-std.c (parse_opt): Update caller.
2611 * argp-std.c (parse_opt): Use __libdw_open_file for core file.
2701 (options, parse_opt): Handle --core.
2793 * argp-std.c (parse_opt): On failure, call dwfl_end before argp_failure.
3085 * argp-std.c (parse_opt): Handle ARGP_KEY_ERROR, free the Dwfl.
3182 * argp-std.c (parse_opt): For -e, reset DWFL->offline_next_address to
3308 * argp-std.c (parse_opt): Call dwfl_end in failure cases.
3315 * argp-std.c (options, parse_opt): Grok -M/--linux-process-map.
3415 * argp-std.c (parse_opt): Update caller.
3437 * argp-std.c (options, parse_opt): Grok -K/--offline-kernel, use
3457 (parse_opt): Use it for -e. Allow multiple -e options.