Searched refs:sym_dwfl_errmsg (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/shared/ |
D | elf-util.c | 54 const char *(*sym_dwfl_errmsg)(int); variable 541 …ERRNO(EINVAL), "Could not parse core file, dwfl_begin() failed: %s", sym_dwfl_errmsg(sym_dwfl_errn… in parse_core() 544 …L), "Could not parse core file, dwfl_core_file_report() failed: %s", sym_dwfl_errmsg(sym_dwfl_errn… in parse_core() 547 …(EINVAL), "Could not parse core file, dwfl_report_end() failed: %s", sym_dwfl_errmsg(sym_dwfl_errn… in parse_core() 550 …(EINVAL), "Could not parse core file, dwfl_getmodules() failed: %s", sym_dwfl_errmsg(sym_dwfl_errn… in parse_core() 553 …L), "Could not parse core file, dwfl_core_file_attach() failed: %s", sym_dwfl_errmsg(sym_dwfl_errn… in parse_core() 556 …(EINVAL), "Could not parse core file, dwfl_getthreads() failed: %s", sym_dwfl_errmsg(sym_dwfl_errn… in parse_core()
|