Searched refs:map_info (Results 1 – 21 of 21) sorted by relevance
/external/libunwind/src/mi/ |
D | map.c | 71 struct map_info *map_info = map_cursor->cur_map; in unw_map_cursor_get_next() local 73 if (map_info == NULL) in unw_map_cursor_get_next() 76 unw_map->start = map_info->start; in unw_map_cursor_get_next() 77 unw_map->end = map_info->end; in unw_map_cursor_get_next() 78 unw_map->offset = map_info->offset; in unw_map_cursor_get_next() 79 unw_map->load_base = map_info->load_base; in unw_map_cursor_get_next() 80 unw_map->flags = map_info->flags; in unw_map_cursor_get_next() 81 unw_map->path = map_info->path; in unw_map_cursor_get_next() 83 map_cursor->cur_map = map_info->next; in unw_map_cursor_get_next() 88 HIDDEN struct map_info * [all …]
|
D | Lmap.c | 30 HIDDEN struct map_info *local_map_list = NULL; 103 struct map_info *map_info = map_cursor->cur_map; in unw_map_local_cursor_get_next() local 107 if (map_info == NULL) in unw_map_local_cursor_get_next() 122 unw_map->start = map_info->start; in unw_map_local_cursor_get_next() 123 unw_map->end = map_info->end; in unw_map_local_cursor_get_next() 124 unw_map->offset = map_info->offset; in unw_map_local_cursor_get_next() 125 unw_map->load_base = map_info->load_base; in unw_map_local_cursor_get_next() 126 unw_map->flags = map_info->flags; in unw_map_local_cursor_get_next() 127 if (map_info->path) in unw_map_local_cursor_get_next() 128 unw_map->path = strdup (map_info->path); in unw_map_local_cursor_get_next() [all …]
|
/external/libunwind/include/ |
D | map_info.h | 37 struct map_info struct 49 struct map_info *next; argument 53 extern struct map_info *local_map_list; 63 struct map_info *map_alloc_info (void); 65 void map_free_info (struct map_info *); 67 struct map_info *map_find_from_addr (struct map_info *, unw_word_t); 69 struct map_info *map_create_list (int, pid_t); 71 void map_destroy_list (struct map_info *);
|
/external/libunwind/src/ |
D | Los-common.c | 30 extern struct map_info *local_map_list; 48 move_cached_elf_data (struct map_info *old_list, struct map_info *new_list) in move_cached_elf_data() 93 struct map_info *map; in rebuild_if_necessary() 94 struct map_info *new_list; in rebuild_if_necessary() 132 struct map_info *map; in is_flag_set() 179 struct map_info *map; in local_get_elf_image() 230 struct map_info *map; in map_local_get_image_name()
|
D | os-qnx.c | 33 struct map_info **map_list = (struct map_info **)data; in callback() 34 struct map_info *cur_map; in callback() 60 struct map_info * 63 struct map_info *map_list = NULL; in map_create_list()
|
D | os-hpux.c | 35 extern struct map_info *local_map_list; 38 HIDDEN struct map_info * 102 struct map_info *map_list = as->map_list; in tdep_get_elf_image() 134 maps_is_local_readable(struct map_info *map_list, unw_word_t addr) in maps_is_local_readable() 140 maps_is_local_writable(struct map_info *map_list, unw_word_t addr) in maps_is_local_writable()
|
D | os-linux.c | 35 HIDDEN struct map_info * 40 struct map_info *map_list = NULL; in map_create_list() 41 struct map_info *cur_map; in map_create_list()
|
D | os-freebsd.c | 92 struct map_info * 99 struct map_info *map_list = NULL; in map_create_list()
|
D | os-common.c | 39 struct map_info *map; in tdep_get_elf_image()
|
D | elfxx.h | 156 unw_addr_space_t as, void* as_arg, struct map_info* map, unw_word_t ip, in elf_map_cached_image()
|
/external/libunwind/include/tdep-ia64/ |
D | libunwind_i.h | 117 struct map_info *map_list;
|
/external/libunwind/include/tdep-x86_64/ |
D | libunwind_i.h | 79 struct map_info *map_list;
|
/external/libunwind/include/tdep-arm/ |
D | libunwind_i.h | 63 struct map_info *map_list;
|
/external/libunwind/include/tdep-sh/ |
D | libunwind_i.h | 63 struct map_info *map_list;
|
/external/libunwind/include/tdep-aarch64/ |
D | libunwind_i.h | 78 struct map_info *map_list;
|
/external/libunwind/include/tdep-x86/ |
D | libunwind_i.h | 63 struct map_info *map_list;
|
/external/libunwind/include/tdep-hppa/ |
D | libunwind_i.h | 62 struct map_info *map_list;
|
/external/libunwind/include/tdep-mips/ |
D | libunwind_i.h | 70 struct map_info *map_list;
|
/external/libunwind/include/tdep-ppc64/ |
D | libunwind_i.h | 69 struct map_info *map_list;
|
/external/libunwind/include/tdep-ppc32/ |
D | libunwind_i.h | 69 struct map_info *map_list;
|
/external/libunwind/src/dwarf/ |
D | Gfind_proc_info-lsb.c | 353 struct map_info *map = map_find_from_addr (as->map_list, addr); in locate_debug_info()
|