Searched refs:elfdir (Results 1 – 5 of 5) sorted by relevance
122 free (mod->elfdir); in __libdwfl_module_free()
156 mod->elfdir = __libdw_debugdir (mod->main.fd); in process_elf()
1367 if (mod->dw->debugdir == NULL && mod->elfdir != NULL in load_dw()1369 mod->dw->debugdir = strdup (mod->elfdir); in load_dw()
193 char *elfdir; /* The dir where we found the main Elf. */ member
630 * dwfl_module (__libdwfl_module_free): Free elfdir.633 main module file and we recorded the elfdir.634 * libdwflP.h (struct Dwfl_Module): Add elfdir field.635 * offline.c (process_elf): Record the elfdir before we close the