Home
last modified time | relevance | path

Searched refs:map_with_soname (Results 1 – 1 of 1) sorted by relevance

/system/unwinding/libunwindstack/
DUnwinder.cpp117 std::string map_with_soname; in FillInFrame() local
118 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()