Searched refs:dwfl (Results 1 - 1 of 1) sorted by relevance

/systemd/src/coredump/
H A Dstacktrace.c36 Dwfl *dwfl; member in struct:stack_context
61 module = dwfl_addrmodule(c->dwfl, pc_adjusted);
155 c.dwfl = dwfl_begin(&callbacks);
156 if (!c.dwfl) {
161 if (dwfl_core_file_report(c.dwfl, c.elf, executable) < 0) {
166 if (dwfl_report_end(c.dwfl, NULL, NULL) != 0) {
171 if (dwfl_core_file_attach(c.dwfl, c.elf) < 0) {
176 if (dwfl_getthreads(c.dwfl, thread_callback, &c) < 0) {
189 if (c.dwfl)
190 dwfl_end(c.dwfl);
[all...]

Completed in 236 milliseconds