Home
last modified time | relevance | path

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

/aosp12/system/unwinding/libbacktrace/
H A DUnwindMap.cpp53 unw_map_t unw_map; in GenerateMap() local
57 map.start = unw_map.start; in GenerateMap()
58 map.end = unw_map.end; in GenerateMap()
59 map.offset = unw_map.offset; 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() local
106 map.start = unw_map.start; in GenerateMap()
107 map.end = unw_map.end; in GenerateMap()
111 map.name = unw_map.path; in GenerateMap()
[all …]