Home
last modified time | relevance | path

Searched refs:dwfl_core_file_attach (Results 1 – 10 of 10) sorted by relevance

/external/elfutils/libdwfl/
Dlinux-core-attach.c310 dwfl_core_file_attach (Dwfl *dwfl, Elf *core) in dwfl_core_file_attach() function
427 INTDEF (dwfl_core_file_attach)
Dargp-std.c304 INTUSE(dwfl_core_file_attach) (dwfl, core); in parse_opt() local
Dlibdwfl.h722 extern int dwfl_core_file_attach (Dwfl *dwfl, Elf *elf);
DlibdwflP.h714 INTDECL (dwfl_core_file_attach)
DChangeLog480 (dwfl_core_file_attach): Likewise.
491 * linux-core-attach.c (dwfl_core_file_attach): Set dwfl->attacherr.
497 * argp-std.c (parse_opt): Ignore errors from dwfl_core_file_attach
650 dwfl_core_file_attach explicitly.
660 (dwfl_core_file_attach): New function declaration.
665 (dwfl_core_file_attach): New internal declaration.
668 (dwfl_core_file_attach): ...this. Change return type.
/external/elfutils/libdw/
Dlibdw.map292 dwfl_core_file_attach;
DChangeLog684 * libdw.map (ELFUTILS_0.158): Add dwfl_core_file_attach and
/external/elfutils/include/elfutils/
Dlibdwfl.h722 extern int dwfl_core_file_attach (Dwfl *dwfl, Elf *elf);
/external/elfutils/src/
Dstack.c614 if (dwfl_core_file_attach (dwfl, core) < 0) in parse_opt()
DChangeLog916 or dwfl_core_file_attach and check for errors.