/third_party/libunwind/src/ |
D | os-linux.c | 40 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 …]
|
D | os-ohos.c | 30 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/ |
D | maps.c | 31 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()
|
D | Gdestroy_addr_space.c | 36 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/ |
D | map_info.h | 43 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);
|
D | libunwind-common.h | 217 void *map_list; member
|
/third_party/libunwind/src/arm/ |
D | Ginit.c | 136 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/ |
D | Ginit.c | 330 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/ |
D | libunwind_i.h | 114 struct map_info *map_list; member
|
/third_party/libunwind/include/tdep-hppa/ |
D | libunwind_i.h | 59 struct map_info *map_list; member
|
/third_party/libunwind/include/tdep-sh/ |
D | libunwind_i.h | 60 struct map_info *map_list; member
|
/third_party/libunwind/include/tdep-x86_64/ |
D | libunwind_i.h | 78 struct map_info *map_list; member
|
/third_party/libunwind/include/tdep-x86/ |
D | libunwind_i.h | 60 struct map_info *map_list; member
|
/third_party/libunwind/include/tdep-mips/ |
D | libunwind_i.h | 67 struct map_info *map_list; member
|
/third_party/libunwind/include/tdep-aarch64/ |
D | libunwind_i.h | 91 struct map_info *map_list; member
|
/third_party/libunwind/include/tdep-arm/ |
D | libunwind_i.h | 77 struct map_info *map_list; member
|
/third_party/libunwind/include/tdep-ppc32/ |
D | libunwind_i.h | 66 struct map_info *map_list; member
|
/third_party/libunwind/include/tdep-ppc64/ |
D | libunwind_i.h | 68 struct map_info *map_list; member
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.10.rst | 2255 - r300g: make accessing map_list and buffer_handles thread-safe
|