Home | History | Annotate | Download | only in libdwfl

Lines Matching full:r_debug_info

384 /* Free the contents of R_DEBUG_INFO without the R_DEBUG_INFO memory itself.  */
387 clear_r_debug_info (struct r_debug_info *r_debug_info)
389 while (r_debug_info->module != NULL)
391 struct r_debug_info_module *module = r_debug_info->module;
392 r_debug_info->module = module->next;
493 struct r_debug_info r_debug_info;
494 memset (&r_debug_info, 0, sizeof r_debug_info);
497 &r_debug_info);
510 &r_debug_info);
513 clear_r_debug_info (&r_debug_info);
532 for (struct r_debug_info_module *module = r_debug_info.module;
569 clear_r_debug_info (&r_debug_info);