Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Ddwfl_module.c123 free (mod->elfdir); in __libdwfl_module_free()
Doffline.c155 mod->elfdir = __libdw_debugdir (mod->main.fd); in process_elf()
DlibdwflP.h192 char *elfdir; /* The dir where we found the main Elf. */ member
Ddwfl_module_getdwarf.c1368 if (mod->dw->debugdir == NULL && mod->elfdir != NULL in load_dw()
1370 mod->dw->debugdir = strdup (mod->elfdir); in load_dw()
DChangeLog357 * dwfl_module (__libdwfl_module_free): Free elfdir.
360 main module file and we recorded the elfdir.
361 * libdwflP.h (struct Dwfl_Module): Add elfdir field.
362 * offline.c (process_elf): Record the elfdir before we close the