Home
last modified time | relevance | path

Searched refs:elfdir (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_module.c122 free (mod->elfdir); in __libdwfl_module_free()
Doffline.c156 mod->elfdir = __libdw_debugdir (mod->main.fd); in process_elf()
Ddwfl_module_getdwarf.c1367 if (mod->dw->debugdir == NULL && mod->elfdir != NULL in load_dw()
1369 mod->dw->debugdir = strdup (mod->elfdir); in load_dw()
DlibdwflP.h193 char *elfdir; /* The dir where we found the main Elf. */ member
DChangeLog630 * 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