Lines Matching refs:INTUSE
66 .find_debuginfo = INTUSE(dwfl_standard_find_debuginfo),
69 .section_address = INTUSE(dwfl_offline_section_address),
72 .find_elf = INTUSE(dwfl_build_id_find_elf),
77 .find_debuginfo = INTUSE(dwfl_standard_find_debuginfo),
80 .find_elf = INTUSE(dwfl_linux_proc_find_elf),
85 .find_debuginfo = INTUSE(dwfl_standard_find_debuginfo),
88 .find_elf = INTUSE(dwfl_linux_kernel_find_elf),
89 .section_address = INTUSE(dwfl_linux_kernel_module_section_address),
109 msg, INTUSE(dwfl_errmsg) (-1));
146 dwfl = INTUSE(dwfl_begin) (&offline_callbacks);
171 Dwfl *dwfl = INTUSE(dwfl_begin) (&proc_callbacks);
172 int result = INTUSE(dwfl_linux_proc_report) (dwfl, atoi (arg));
177 INTUSE(dwfl_linux_proc_attach) (dwfl, atoi (arg), false);
199 Dwfl *dwfl = INTUSE(dwfl_begin) (&proc_callbacks);
200 int result = INTUSE(dwfl_linux_proc_maps_report) (dwfl, f);
216 opt->dwfl = dwfl = INTUSE(dwfl_begin) (&offline_callbacks);
229 Dwfl *dwfl = INTUSE(dwfl_begin) (&kernel_callbacks);
230 int result = INTUSE(dwfl_linux_kernel_report_kernel) (dwfl);
233 result = INTUSE(dwfl_linux_kernel_report_modules) (dwfl);
249 Dwfl *dwfl = INTUSE(dwfl_begin) (&offline_callbacks);
250 int result = INTUSE(dwfl_linux_kernel_report_offline) (dwfl, arg,
270 dwfl = INTUSE(dwfl_begin) (&offline_callbacks);
271 if (INTUSE(dwfl_report_offline) (dwfl, "", arg, -1) == NULL)
293 INTUSE(dwfl_errmsg) (error));
297 int result = INTUSE(dwfl_core_file_report) (dwfl, core, opt->e);
306 INTUSE(dwfl_core_file_attach) (dwfl, core);
331 if (INTUSE(dwfl_report_offline) (dwfl, "", opt->e, -1) == NULL)
339 int result = INTUSE(dwfl_report_end) (dwfl, NULL, NULL);