Searched refs:unw_map (Results 1 – 1 of 1) sorted by relevance
48 unw_map_t unw_map; in GenerateMap() local49 while (unw_map_cursor_get_next(&map_cursor_, &unw_map)) { in GenerateMap()52 map.start = unw_map.start; in GenerateMap()53 map.end = unw_map.end; in GenerateMap()54 map.offset = unw_map.offset; in GenerateMap()55 map.load_base = unw_map.load_base; in GenerateMap()56 map.flags = unw_map.flags; in GenerateMap()57 map.name = unw_map.path; in GenerateMap()89 unw_map_t unw_map; in GenerateMap() local91 while ((ret = unw_map_local_cursor_get_next(&map_cursor_, &unw_map)) > 0) { in GenerateMap()[all …]