Searched refs:unw_map (Results 1 – 1 of 1) sorted by relevance
53 unw_map_t unw_map; in GenerateMap() local54 while (unw_map_cursor_get_next(&map_cursor_, &unw_map)) { in GenerateMap()57 map.start = unw_map.start; in GenerateMap()58 map.end = unw_map.end; in GenerateMap()59 map.offset = unw_map.offset; in GenerateMap()60 map.load_bias = unw_map.load_base; in GenerateMap()61 map.flags = unw_map.flags; in GenerateMap()62 map.name = unw_map.path; in GenerateMap()101 unw_map_t unw_map; in GenerateMap() local103 while ((ret = unw_map_local_cursor_get_next(&map_cursor_, &unw_map)) > 0) { in GenerateMap()[all …]