Searched refs:link_map (Results 1 – 14 of 14) sorted by relevance
233 std::vector<MDRawLinkMap> link_map; member717 const MDRawLinkMap* link_map = in ParseDSODebugInfo() local719 if (link_map) { in ParseDSODebugInfo()723 i, static_cast<uint64_t>(link_map->addr), in ParseDSODebugInfo()724 static_cast<uint64_t>(link_map->ld), in ParseDSODebugInfo()725 full_file.GetAsciiMDString(link_map->name).c_str()); in ParseDSODebugInfo()727 crashinfo->link_map.push_back(*link_map); in ParseDSODebugInfo()919 (struct link_map*)(start_addr + sizeof(debug)) : 0; in AugmentMappings()922 struct link_map* prev = 0; in AugmentMappings()923 for (std::vector<MDRawLinkMap>::iterator iter = crashinfo->link_map.begin(); in AugmentMappings()[all …]
23 struct link_map; // Opaque type returned by dlopen().88 void ForEachMappedRegion(link_map *map, void (*cb)(const void *, uptr));
25 ((link_map*)((handle) == nullptr ? nullptr : ((char*)(handle) + 544)))27 # define GET_LINK_MAP_BY_DLOPEN_HANDLE(handle) ((link_map*)(handle))
765 void ForEachMappedRegion(link_map *map, void (*cb)(const void *, uptr)) { in ForEachMappedRegion()
52 * link_map.c (consider_executable): Use elf_getphdrnum.112 * link_map.c (report_r_debug): Comment out variable l_addr.500 * link_map.c (report_r_debug): Remove valid clearing if build-id cannot511 link_map: Use proper bias, not l_addr.517 * link_map.c (report_r_debug): New variable elf_dynamic_vaddr. Call635 * link_map.c (report_r_debug): Do not initialize l_addr.704 * link_map.c (report_r_debug): Extend the comment. Always fill in new719 * link_map.c (report_r_debug): Always call release_buffer after748 * link_map.c: Include fcntl.h.769 * link_map.c (report_r_debug): Use true add_p_vaddr for dwfl_report_elf.[all …]
69 link_map.c core-file.c open.c image-header.c \
73 link_map.c \
127 link_map.c core-file.c open.c image-header.c dwfl_frame.c \161 dwfl_segment_report_module.$(OBJEXT) link_map.$(OBJEXT) \414 link_map.c core-file.c open.c image-header.c dwfl_frame.c \538 include ./$(DEPDIR)/link_map.Po
127 link_map.c core-file.c open.c image-header.c dwfl_frame.c \161 dwfl_segment_report_module.$(OBJEXT) link_map.$(OBJEXT) \414 link_map.c core-file.c open.c image-header.c dwfl_frame.c \538 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/link_map.Po@am__quote@
715 for (struct link_map* ptr = debug_entry.r_map; ptr; ) { in WriteDSODebugStream()716 struct link_map map; in WriteDSODebugStream()735 for (struct link_map* ptr = debug_entry.r_map; ptr; ) { in WriteDSODebugStream()736 struct link_map map; in WriteDSODebugStream()
16 libdwfl/link_map.c.
124 eyes of anyone else [the internal version of struct link_map contains
318 link_map *map = GET_LINK_MAP_BY_DLOPEN_HANDLE(handle); in __dfsw_dlopen()
1396 link_map *map = GET_LINK_MAP_BY_DLOPEN_HANDLE((handle)); \