Home
last modified time | relevance | path

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

/dports/devel/elfutils/elfutils-0.179/libdwfl/
H A Dlinux-core-attach.c313 dwfl_core_file_attach (Dwfl *dwfl, Elf *core) in dwfl_core_file_attach() function
433 INTDEF (dwfl_core_file_attach)
H A Dargp-std.c311 INTUSE(dwfl_core_file_attach) (dwfl, core); in parse_opt() local
H A Dlibdwfl.h710 extern int dwfl_core_file_attach (Dwfl *dwfl, Elf *elf);
H A DlibdwflP.h729 INTDECL (dwfl_core_file_attach)
H A DChangeLog311 (dwfl_core_file_attach): Likewise.
873 (dwfl_core_file_attach): Likewise.
884 * linux-core-attach.c (dwfl_core_file_attach): Set dwfl->attacherr.
890 * argp-std.c (parse_opt): Ignore errors from dwfl_core_file_attach
1043 dwfl_core_file_attach explicitly.
1053 (dwfl_core_file_attach): New function declaration.
1058 (dwfl_core_file_attach): New internal declaration.
1061 (dwfl_core_file_attach): ...this. Change return type.
/dports/devel/elfutils/elfutils-0.179/libdw/
H A Dlibdw.map291 dwfl_core_file_attach;
H A DChangeLog1666 * libdw.map (ELFUTILS_0.158): Add dwfl_core_file_attach and
/dports/devel/elfutils/elfutils-0.179/src/
H A Dstack.c610 if (dwfl_core_file_attach (dwfl, core) < 0) in parse_opt()
H A DChangeLog106 * stack.c (parse_opt): Fix dwfl_core_file_attach error message.
2139 or dwfl_core_file_attach and check for errors.