Home
last modified time | relevance | path

Searched refs:r_debug_info_module (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/elfutils/libdwfl/
H A Dlink_map.c393 struct r_debug_info_module *r_debug_info_module = NULL; in report_r_debug() local
399 r_debug_info_module = malloc (sizeof (*r_debug_info_module) in report_r_debug()
401 if (unlikely (r_debug_info_module == NULL)) in report_r_debug()
404 r_debug_info_module->fd = -1; in report_r_debug()
405 r_debug_info_module->elf = NULL; in report_r_debug()
406 r_debug_info_module->l_ld = l_ld; in report_r_debug()
407 r_debug_info_module->start = 0; in report_r_debug()
408 r_debug_info_module->end = 0; in report_r_debug()
409 r_debug_info_module->disk_file_has_build_id = false; in report_r_debug()
410 strcpy (r_debug_info_module->name, name1); in report_r_debug()
[all …]
H A DlibdwflP.h678 struct r_debug_info_module struct
680 struct r_debug_info_module *next; argument
695 struct r_debug_info_module *module; argument
H A Dcore-file.c415 struct r_debug_info_module *module = r_debug_info->module; in clear_r_debug_info()
589 for (struct r_debug_info_module *module = r_debug_info.module; in dwfl_core_file_report()
H A Ddwfl_segment_report_module.c703 for (const struct r_debug_info_module *module = r_debug_info->module; in dwfl_segment_report_module()
731 for (struct r_debug_info_module *module = r_debug_info->module; in dwfl_segment_report_module()
H A DChangeLog1917 * libdwflP.h (struct r_debug_info_module): Remove field l_addr.
1984 (struct r_debug_info_module): New fields fd, elf, l_addr, start, end
1988 r_debug_info_module. Initialize also the new r_debug_info_module
2028 (struct r_debug_info_module, struct r_debug_info): New definitions.