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.c313 dwfl_core_file_attach (Dwfl *dwfl, Elf *core) in dwfl_core_file_attach() function
433 INTDEF (dwfl_core_file_attach)
Dargp-std.c311 INTUSE(dwfl_core_file_attach) (dwfl, core); in parse_opt() local
Dlibdwfl.h722 extern int dwfl_core_file_attach (Dwfl *dwfl, Elf *elf);
DlibdwflP.h720 INTDECL (dwfl_core_file_attach)
DChangeLog249 (dwfl_core_file_attach): Likewise.
811 (dwfl_core_file_attach): Likewise.
822 * linux-core-attach.c (dwfl_core_file_attach): Set dwfl->attacherr.
828 * argp-std.c (parse_opt): Ignore errors from dwfl_core_file_attach
981 dwfl_core_file_attach explicitly.
991 (dwfl_core_file_attach): New function declaration.
996 (dwfl_core_file_attach): New internal declaration.
999 (dwfl_core_file_attach): ...this. Change return type.
/external/elfutils/libdw/
Dlibdw.map291 dwfl_core_file_attach;
DChangeLog1578 * 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.c610 if (dwfl_core_file_attach (dwfl, core) < 0) in parse_opt()
DChangeLog1979 or dwfl_core_file_attach and check for errors.