Lines Matching refs:INTUSE
71 .find_debuginfo = INTUSE(dwfl_standard_find_debuginfo),
74 .section_address = INTUSE(dwfl_offline_section_address),
77 .find_elf = INTUSE(dwfl_build_id_find_elf),
82 .find_debuginfo = INTUSE(dwfl_standard_find_debuginfo),
85 .find_elf = INTUSE(dwfl_linux_proc_find_elf),
90 .find_debuginfo = INTUSE(dwfl_standard_find_debuginfo),
93 .find_elf = INTUSE(dwfl_linux_kernel_find_elf),
94 .section_address = INTUSE(dwfl_linux_kernel_module_section_address),
114 msg, INTUSE(dwfl_errmsg) (-1)); in failure()
151 dwfl = INTUSE(dwfl_begin) (&offline_callbacks); in parse_opt()
176 Dwfl *dwfl = INTUSE(dwfl_begin) (&proc_callbacks); in parse_opt()
177 int result = INTUSE(dwfl_linux_proc_report) (dwfl, atoi (arg)); in parse_opt()
182 INTUSE(dwfl_linux_proc_attach) (dwfl, atoi (arg), false); in parse_opt()
204 Dwfl *dwfl = INTUSE(dwfl_begin) (&proc_callbacks); in parse_opt()
205 int result = INTUSE(dwfl_linux_proc_maps_report) (dwfl, f); in parse_opt()
221 opt->dwfl = dwfl = INTUSE(dwfl_begin) (&offline_callbacks); in parse_opt()
234 Dwfl *dwfl = INTUSE(dwfl_begin) (&kernel_callbacks); in parse_opt()
235 int result = INTUSE(dwfl_linux_kernel_report_kernel) (dwfl); in parse_opt()
238 result = INTUSE(dwfl_linux_kernel_report_modules) (dwfl); in parse_opt()
254 Dwfl *dwfl = INTUSE(dwfl_begin) (&offline_callbacks); in parse_opt()
255 int result = INTUSE(dwfl_linux_kernel_report_offline) (dwfl, arg, in parse_opt()
275 dwfl = INTUSE(dwfl_begin) (&offline_callbacks); in parse_opt()
276 if (INTUSE(dwfl_report_offline) (dwfl, "", arg, -1) == NULL) in parse_opt()
298 INTUSE(dwfl_errmsg) (error)); in parse_opt()
302 int result = INTUSE(dwfl_core_file_report) (dwfl, core, opt->e); in parse_opt()
311 INTUSE(dwfl_core_file_attach) (dwfl, core); in parse_opt()
336 if (INTUSE(dwfl_report_offline) (dwfl, "", opt->e, -1) == NULL) in parse_opt()
344 int result = INTUSE(dwfl_report_end) (dwfl, NULL, NULL); in parse_opt()