Lines Matching refs:dwfl
21 #include ELFUTILS_HEADER(dwfl)
105 handle_cfi (Dwfl *dwfl, const char *which, Dwarf_CFI *cfi,
151 (void) dwfl_module_register_names (dwfl_addrmodule (dwfl, pc),
158 handle_address (GElf_Addr pc, Dwfl *dwfl)
160 Dwfl_Module *mod = dwfl_addrmodule (dwfl, pc);
165 int res = handle_cfi (dwfl, ".eh_frame",
171 res &= handle_cfi (dwfl, ".debug_frame",
186 Dwfl *dwfl = NULL;
187 (void) argp_parse (dwfl_standard_argp (), argc, argv, 0, &remaining, &dwfl);
188 assert (dwfl != NULL);
209 result |= handle_address (addr, dwfl);
223 result |= handle_address (addr, dwfl);
230 dwfl_end (dwfl);