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

/external/elfutils/src/libdwfl/
H A Dlink_map.c366 struct r_debug_info_module *r_debug_info_module = NULL;
372 r_debug_info_module = malloc (sizeof (*r_debug_info_module)
374 if (r_debug_info_module == NULL)
376 r_debug_info_module->fd = -1;
377 r_debug_info_module->elf = NULL;
378 r_debug_info_module->l_ld = l_ld;
379 r_debug_info_module->start = 0;
380 r_debug_info_module
364 struct r_debug_info_module *r_debug_info_module = NULL; local
[all...]
H A DlibdwflP.h636 struct r_debug_info_module struct
638 struct r_debug_info_module *next;
653 struct r_debug_info_module *module;
H A Dcore-file.c391 struct r_debug_info_module *module = r_debug_info->module;
532 for (struct r_debug_info_module *module = r_debug_info.module;
H A Ddwfl_segment_report_module.c616 for (const struct r_debug_info_module *module = r_debug_info->module;
644 for (struct r_debug_info_module *module = r_debug_info->module;

Completed in 220 milliseconds