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

  /external/elfutils/src/libdwfl/
core-file.c 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; local
494 memset (&r_debug_info, 0, sizeof r_debug_info)
    [all...]
link_map.c 228 in the struct r_debug at R_DEBUG_VADDR. For r_debug_info description
229 see dwfl_link_map_report in libdwflP.h. If R_DEBUG_INFO is not NULL then no
231 R_DEBUG_INFO.
244 struct r_debug_info *r_debug_info)
367 if (r_debug_info != NULL)
383 r_debug_info_module->next = r_debug_info->module;
384 r_debug_info->module = r_debug_info_module;
697 struct r_debug_info *r_debug_info)
    [all...]
libdwflP.h 651 struct r_debug_info struct
665 const struct r_debug_info *r_debug_info);
679 Fill in R_DEBUG_INFO if it is not NULL. It should be cleared by the
681 If R_DEBUG_INFO is not NULL then no modules get added to DWFL, caller
682 has to add them from filled in R_DEBUG_INFO.
688 struct r_debug_info *r_debug_info);
dwfl_segment_report_module.c 242 const struct r_debug_info *r_debug_info)
615 if (r_debug_info != NULL)
616 for (const struct r_debug_info_module *module = r_debug_info->module;
641 if (r_debug_info != NULL)
644 for (struct r_debug_info_module *module = r_debug_info->module;
ChangeLog 692 R_DEBUG_INFO.MODULE.
707 instead of __libdwfl_report_elf when R_DEBUG_INFO is not NULL.
728 variable r_debug_info, pass it to dwfl_segment_report_module. Call
741 parameter r_debug_info. New variable name_is_final. Adjust addresses
742 according to R_DEBUG_INFO->MODULE. Check conflicts against DWFL.
745 (struct r_debug_info_module, struct r_debug_info): New definitions.
747 r_debug_info.
749 (report_r_debug): Add parameter r_debug_info, describe it in the
752 executable_for_core to it. Store r_debug_info->module info when
754 (dwfl_link_map_report): Add parameter r_debug_info. New variabl
    [all...]

Completed in 90 milliseconds