HomeSort by relevance Sort by last modified time
    Searched refs:r_debug_info (Results 1 - 4 of 4) sorted by null

  /external/elfutils/libdwfl/
core-file.c 406 /* Free the contents of R_DEBUG_INFO without the R_DEBUG_INFO memory itself. */
409 clear_r_debug_info (struct r_debug_info *r_debug_info)
411 while (r_debug_info->module != NULL)
413 struct r_debug_info_module *module = r_debug_info->module;
414 r_debug_info->module = module->next;
529 struct r_debug_info r_debug_info; local
530 memset (&r_debug_info, 0, sizeof r_debug_info)
    [all...]
link_map.c 235 in the struct r_debug at R_DEBUG_VADDR. For r_debug_info description
236 see dwfl_link_map_report in libdwflP.h. If R_DEBUG_INFO is not NULL then no
238 R_DEBUG_INFO.
251 struct r_debug_info *r_debug_info)
373 if (r_debug_info != NULL)
389 r_debug_info_module->next = r_debug_info->module;
390 r_debug_info->module = r_debug_info_module;
703 struct r_debug_info *r_debug_info)
    [all...]
libdwflP.h 666 struct r_debug_info struct
680 const struct r_debug_info *r_debug_info);
694 Fill in R_DEBUG_INFO if it is not NULL. It should be cleared by the
696 If R_DEBUG_INFO is not NULL then no modules get added to DWFL, caller
697 has to add them from filled in R_DEBUG_INFO.
703 struct r_debug_info *r_debug_info);
dwfl_segment_report_module.c 245 const struct r_debug_info *r_debug_info)
629 if (r_debug_info != NULL)
630 for (const struct r_debug_info_module *module = r_debug_info->module;
655 if (r_debug_info != NULL)
658 for (struct r_debug_info_module *module = r_debug_info->module;

Completed in 1565 milliseconds