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

/external/elfutils/libdwfl/
H A Dlink_map.c372 struct r_debug_info_module *r_debug_info_module = NULL;
378 r_debug_info_module = malloc (sizeof (*r_debug_info_module)
380 if (unlikely (r_debug_info_module == NULL))
382 r_debug_info_module->fd = -1;
383 r_debug_info_module->elf = NULL;
384 r_debug_info_module->l_ld = l_ld;
385 r_debug_info_module->start = 0;
386 r_debug_info_module
370 struct r_debug_info_module *r_debug_info_module = NULL; local
[all...]
H A DlibdwflP.h651 struct r_debug_info_module struct
653 struct r_debug_info_module *next;
668 struct r_debug_info_module *module;
H A Dcore-file.c413 struct r_debug_info_module *module = r_debug_info->module;
568 for (struct r_debug_info_module *module = r_debug_info.module;
H A Ddwfl_segment_report_module.c630 for (const struct r_debug_info_module *module = r_debug_info->module;
658 for (struct r_debug_info_module *module = r_debug_info->module;

Completed in 126 milliseconds