HomeSort by relevance Sort by last modified time
    Searched defs:r_debug_info (Results 1 - 2 of 2) 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...]
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);

Completed in 652 milliseconds