OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unw_map
(Results
1 - 5
of
5
) sorted by null
/external/libunwind/src/mi/
Lmap.c
89
unw_map_local_cursor_get_next (unw_map_cursor_t *map_cursor, unw_map_t *
unw_map
)
106
unw_map
->start = map_info->start;
107
unw_map
->end = map_info->end;
108
unw_map
->flags = map_info->flags;
110
unw_map
->path = strdup (map_info->path);
112
unw_map
->path = NULL;
map.c
69
unw_map_cursor_get_next (unw_map_cursor_t *map_cursor, unw_map_t *
unw_map
)
76
unw_map
->start = map_info->start;
77
unw_map
->end = map_info->end;
78
unw_map
->flags = map_info->flags;
79
unw_map
->path = map_info->path;
/system/core/libbacktrace/
UnwindMap.cpp
48
unw_map_t
unw_map
;
local
49
while (unw_map_cursor_get_next(&map_cursor_, &
unw_map
)) {
52
map.start =
unw_map
.start;
53
map.end =
unw_map
.end;
54
map.flags =
unw_map
.flags;
55
map.name =
unw_map
.path;
87
unw_map_t
unw_map
;
local
89
while ((ret = unw_map_local_cursor_get_next(&map_cursor_, &
unw_map
)) > 0) {
92
map.start =
unw_map
.start;
93
map.end =
unw_map
.end
[
all
...]
/external/libunwind/include/
libunwind-common.h
219
typedef struct
unw_map
struct
/prebuilts/clang/linux-x86/host/3.5/lib/
libc++.so
Completed in 957 milliseconds