Lines Matching refs:dwfl
33 dwfl_end (Dwfl *dwfl) in dwfl_end() argument
35 if (dwfl == NULL) in dwfl_end()
38 if (dwfl->process) in dwfl_end()
39 __libdwfl_process_free (dwfl->process); in dwfl_end()
41 free (dwfl->lookup_addr); in dwfl_end()
42 free (dwfl->lookup_module); in dwfl_end()
43 free (dwfl->lookup_segndx); in dwfl_end()
45 Dwfl_Module *next = dwfl->modulelist; in dwfl_end()
53 if (dwfl->user_core != NULL) in dwfl_end()
55 free (dwfl->user_core->executable_for_core); in dwfl_end()
56 elf_end (dwfl->user_core->core); in dwfl_end()
57 if (dwfl->user_core->fd != -1) in dwfl_end()
58 close (dwfl->user_core->fd); in dwfl_end()
59 free (dwfl->user_core); in dwfl_end()
61 free (dwfl); in dwfl_end()