Home | History | Annotate | Download | only in src

Lines Matching refs:dwfl

104 static int handle_address (const char *addr, Dwfl *dwfl);
150 Dwfl *dwfl = NULL;
151 (void) argp_parse (&argp, argc, argv, 0, &remaining, &dwfl);
152 assert (dwfl != NULL);
168 result = handle_address (buf, dwfl);
176 result = handle_address (argv[remaining], dwfl);
406 adjust_to_section (const char *name, uintmax_t *addr, Dwfl *dwfl)
411 if (dwfl_getmodules (dwfl, &see_one_module, &mod, 0) != 0
449 handle_address (const char *string, Dwfl *dwfl)
460 parsed = adjust_to_section (name, &addr, dwfl);
475 (void) dwfl_getmodules (dwfl, &find_symbol, arg, 0);
496 && !adjust_to_section (just_section, &addr, dwfl))
499 Dwfl_Module *mod = dwfl_addrmodule (dwfl, addr);