Lines Matching defs:dwfl
108 static int handle_address (const char *addr, Dwfl *dwfl);
169 Dwfl *dwfl = NULL;
170 (void) argp_parse (&argp, argc, argv, 0, &remaining, &dwfl);
171 assert (dwfl != NULL);
191 result = handle_address (buf, dwfl);
200 result = handle_address (argv[remaining], dwfl);
204 dwfl_end (dwfl);
519 adjust_to_section (const char *name, uintmax_t *addr, Dwfl *dwfl)
524 if (dwfl_getmodules (dwfl, &see_one_module, &mod, 0) != 0
628 handle_address (const char *string, Dwfl *dwfl)
639 parsed = adjust_to_section (name, &addr, dwfl);
656 (void) dwfl_getmodules (dwfl, &find_symbol, arg, 0);
677 && !adjust_to_section (just_section, &addr, dwfl))
680 Dwfl_Module *mod = dwfl_addrmodule (dwfl, addr);