Home
last modified time | relevance | path

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

/third_party/libunwind/src/
Dos-linux.c40 struct map_info *map_list = NULL; in maps_create_list() local
66 cur_map->next = map_list; in maps_create_list()
80 map_list = cur_map; in maps_create_list()
83 if (map_list != NULL) { in maps_create_list()
84 map_list->sz = index; in maps_create_list()
90 return map_list; in maps_create_list()
126 get_map(struct map_info *map_list, unw_word_t addr) in get_map() argument
128 if (map_list == NULL) { in get_map()
132 struct map_info* buf = map_list->buf; in get_map()
138 int end = map_list->sz - 1; in get_map()
[all …]
Dos-ohos.c30 extern struct map_info *get_map(struct map_info *map_list, unw_word_t addr);
79 return get_map(c->dwarf.as->map_list, c->dwarf.ip); in unw_get_map()
86 return c->dwarf.as->map_list; in unw_get_maps()
110 if (as->map_list == NULL) { in unw_get_symbol_info_by_pc()
141 (*as)->map_list = maps_create_list(pid); in unw_init_local_address_space()
155 if (as->map_list != NULL) { in unw_destroy_local_address_space()
156 maps_destroy_list(as->map_list); in unw_destroy_local_address_space()
157 as->map_list = NULL; in unw_destroy_local_address_space()
202 struct map_info* map = get_map(c->dwarf.as->map_list, c->dwarf.ip); in unw_is_ark_managed_frame()
/third_party/libunwind/src/mi/
Dmaps.c31 as->map_list = map_cursor->map_list; in unw_map_set()
33 as->map_list = NULL; in unw_map_set()
39 map_cursor->map_list = maps_create_list (pid); in unw_map_cursor_create()
41 return map_cursor->map_list == NULL; in unw_map_cursor_create()
47 maps_destroy_list (map_cursor->map_list); in unw_map_cursor_destroy()
53 map_cursor->cur_map = map_cursor->map_list; in unw_map_cursor_reset()
DGdestroy_addr_space.c36 if (as->map_list) in unw_destroy_addr_space()
37 maps_destroy_list(as->map_list); in unw_destroy_addr_space()
/third_party/libunwind/include/
Dmap_info.h43 int maps_is_readable(struct map_info *map_list, unw_word_t addr);
45 int maps_is_writable(struct map_info *map_list, unw_word_t addr);
Dlibunwind-common.h217 void *map_list; member
/third_party/libunwind/src/arm/
DGinit.c136 if (maps_is_writable(as->map_list, addr)) { in access_mem()
150 if (maps_is_readable(as->map_list, addr)) { in access_mem()
/third_party/libunwind/src/aarch64/
DGinit.c330 if (maps_is_writable(as->map_list, addr)) { in access_mem()
351 if (maps_is_readable(as->map_list, addr)) { in access_mem()
/third_party/libunwind/include/tdep-ia64/
Dlibunwind_i.h114 struct map_info *map_list; member
/third_party/libunwind/include/tdep-hppa/
Dlibunwind_i.h59 struct map_info *map_list; member
/third_party/libunwind/include/tdep-sh/
Dlibunwind_i.h60 struct map_info *map_list; member
/third_party/libunwind/include/tdep-x86_64/
Dlibunwind_i.h78 struct map_info *map_list; member
/third_party/libunwind/include/tdep-x86/
Dlibunwind_i.h60 struct map_info *map_list; member
/third_party/libunwind/include/tdep-mips/
Dlibunwind_i.h67 struct map_info *map_list; member
/third_party/libunwind/include/tdep-aarch64/
Dlibunwind_i.h91 struct map_info *map_list; member
/third_party/libunwind/include/tdep-arm/
Dlibunwind_i.h77 struct map_info *map_list; member
/third_party/libunwind/include/tdep-ppc32/
Dlibunwind_i.h66 struct map_info *map_list; member
/third_party/libunwind/include/tdep-ppc64/
Dlibunwind_i.h68 struct map_info *map_list; member
/third_party/mesa3d/docs/relnotes/
D7.10.rst2255 - r300g: make accessing map_list and buffer_handles thread-safe