Searched refs:r_debug_info (Results 1 - 4 of 4) sorted by relevance
/third_party/elfutils/libdwfl/ |
H A D | core-file.c | 412 clear_r_debug_info (struct r_debug_info *r_debug_info) in clear_r_debug_info() argument 414 while (r_debug_info->module != NULL) in clear_r_debug_info() 416 struct r_debug_info_module *module = r_debug_info->module; in clear_r_debug_info() 417 r_debug_info->module = module->next; in clear_r_debug_info() 550 struct r_debug_info r_debug_info; in dwfl_core_file_report() local 551 memset (&r_debug_info, 0, sizeof r_debug_info); in dwfl_core_file_report() 554 &r_debug_info); in dwfl_core_file_report() [all...] |
H A D | link_map.c | 299 in the struct r_debug at R_DEBUG_VADDR. For r_debug_info description 315 struct r_debug_info *r_debug_info) in report_r_debug() 390 if (r_debug_info != NULL) in report_r_debug() 407 r_debug_info_module->next = r_debug_info->module; in report_r_debug() 408 r_debug_info->module = r_debug_info_module; in report_r_debug() 724 struct r_debug_info *r_debug_info) in dwfl_link_map_report() 1121 &integrated_memory_callback, &mcb, r_debug_info); 309 report_r_debug(uint_fast8_t elfclass, uint_fast8_t elfdata, Dwfl *dwfl, GElf_Addr r_debug_vaddr, Dwfl_Memory_Callback *memory_callback, void *memory_callback_arg, struct r_debug_info *r_debug_info) report_r_debug() argument 717 dwfl_link_map_report(Dwfl *dwfl, const void *auxv, size_t auxv_size, Dwfl_Memory_Callback *memory_callback, void *memory_callback_arg, struct r_debug_info *r_debug_info) dwfl_link_map_report() argument
|
H A D | libdwflP.h | 697 struct r_debug_info struct 712 const struct r_debug_info *r_debug_info); 735 struct r_debug_info *r_debug_info);
|
H A D | dwfl_segment_report_module.c | 298 const struct r_debug_info *r_debug_info) in dwfl_segment_report_module() 720 if (r_debug_info != NULL) in dwfl_segment_report_module() 721 for (const struct r_debug_info_module *module = r_debug_info->module; in dwfl_segment_report_module() 746 if (r_debug_info != NULL) in dwfl_segment_report_module() 749 for (struct r_debug_info_module *module = r_debug_info->module; in dwfl_segment_report_module() 291 dwfl_segment_report_module(Dwfl *dwfl, int ndx, const char *name, Dwfl_Memory_Callback *memory_callback, void *memory_callback_arg, Dwfl_Module_Callback *read_eagerly, void *read_eagerly_arg, size_t maxread, const void *note_file, size_t note_file_size, const struct r_debug_info *r_debug_info) dwfl_segment_report_module() argument
|
Completed in 6 milliseconds