Searched refs:map_with_soname (Results 1 – 1 of 1) sorted by relevance
117 std::string map_with_soname; in FillInFrame() local118 map_with_soname += frame->map_name; in FillInFrame()119 map_with_soname += '!'; in FillInFrame()120 map_with_soname += soname; in FillInFrame()121 frame->map_name = SharedString(std::move(map_with_soname)); in FillInFrame()