Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
H A Dlink_map.c389 struct r_debug_info_module *r_debug_info_module = NULL; in report_r_debug()
395 r_debug_info_module = malloc (sizeof (*r_debug_info_module) in report_r_debug()
397 if (unlikely (r_debug_info_module == NULL)) in report_r_debug()
400 r_debug_info_module->fd = -1; in report_r_debug()
401 r_debug_info_module->elf = NULL; in report_r_debug()
402 r_debug_info_module->l_ld = l_ld; in report_r_debug()
403 r_debug_info_module->start = 0; in report_r_debug()
404 r_debug_info_module in report_r_debug()
387 struct r_debug_info_module *r_debug_info_module = NULL; report_r_debug() local
[all...]
H A DlibdwflP.h682 struct r_debug_info_module struct
684 struct r_debug_info_module *next;
699 struct r_debug_info_module *module;
H A Dcore-file.c416 struct r_debug_info_module *module = r_debug_info->module; in clear_r_debug_info()
590 for (struct r_debug_info_module *module = r_debug_info.module; in dwfl_core_file_report()
H A Ddwfl_segment_report_module.c721 for (const struct r_debug_info_module *module = r_debug_info->module; in dwfl_segment_report_module()
749 for (struct r_debug_info_module *module = r_debug_info->module; in dwfl_segment_report_module()

Completed in 5 milliseconds