/external/libunwind/src/ |
D | os-hpux.c | 59 map = map_find_from_addr(as->map_list, ip); in tdep_get_elf_image() 67 map = map_find_from_addr(as->map_list, ip); in tdep_get_elf_image() 102 struct map_info *map_list = as->map_list; in tdep_get_elf_image() local 103 if (as->map_list == NULL || map->start > as->map_list->start) in tdep_get_elf_image() 105 map->next = as->map_list; in tdep_get_elf_image() 106 as->map_list = map; in tdep_get_elf_image() 110 while (map_list->next != NULL && map->start <= map_list->next->start) in tdep_get_elf_image() 111 map_list = map_list->next; in tdep_get_elf_image() 112 map->next = map_list->next; in tdep_get_elf_image() 113 map_list->next = map; in tdep_get_elf_image() [all …]
|
D | os-qnx.c | 33 struct map_info **map_list = (struct map_info **)data; in callback() local 44 cur_map->next = *map_list; in callback() 54 *map_list = cur_map; in callback() 63 struct map_info *map_list = NULL; in map_create_list() local 90 if (dl_iterate_phdr (callback, &map_list) != 0) in map_create_list() 91 return map_list; in map_create_list()
|
D | os-linux.c | 40 struct map_info *map_list = NULL; in map_create_list() local 54 cur_map->next = map_list; in map_create_list() 145 map_list = cur_map; in map_create_list() 158 return map_list; in map_create_list()
|
D | os-freebsd.c | 99 struct map_info *map_list = NULL; in map_create_list() local 141 cur_map->next = map_list; in map_create_list() 153 return map_list; in map_create_list()
|
D | os-common.c | 44 map = map_find_from_addr (as->map_list, ip); in tdep_get_elf_image()
|
/external/libunwind/src/mi/ |
D | map.c | 36 as->map_list = map_cursor->map_list; in unw_map_set() 38 as->map_list = NULL; in unw_map_set() 44 map_cursor->map_list = map_create_list (UNW_MAP_CREATE_REMOTE, pid); in unw_map_cursor_create() 46 return map_cursor->map_list == NULL; in unw_map_cursor_create() 52 map_destroy_list (map_cursor->map_list); in unw_map_cursor_destroy() 58 map_cursor->cur_map = map_cursor->map_list; in unw_map_cursor_reset() 64 cursor_map->map_list = NULL; in unw_map_cursor_clear() 134 map_find_from_addr (struct map_info *map_list, unw_word_t addr) in map_find_from_addr() argument 136 while (map_list) in map_find_from_addr() 138 if (addr >= map_list->start && addr < map_list->end) in map_find_from_addr() [all …]
|
D | Lmap.c | 44 map_cursor->map_list = local_map_list; in unw_map_local_cursor_get() 52 if (map_cursor->map_list == local_map_list) in unw_map_local_cursor_valid() 115 if (map_cursor->map_list != local_map_list) in unw_map_local_cursor_get_next() 117 map_cursor->map_list = local_map_list; in unw_map_local_cursor_get_next()
|
D | Gdestroy_addr_space.c | 36 if (as->map_list) in unw_destroy_addr_space() 37 map_destroy_list(as->map_list); in unw_destroy_addr_space()
|
/external/linux-kselftest/tools/testing/selftests/vm/ |
D | compaction_test.c | 20 struct map_list { struct 22 struct map_list *next; argument 158 struct map_list *list, *entry; in main() 196 entry = malloc(sizeof(struct map_list)); in main()
|
/external/syslinux/com32/mboot/ |
D | mboot.c | 50 addr_t map_list = 0; in map_modules() local 60 map_list = map_data(mod_list, list_size, 16, 0); in map_modules() 61 if (!map_list) { in map_modules() 87 mbinfo.mods_addr = map_list; in map_modules()
|
/external/libunwind/include/tdep-ia64/ |
D | libunwind_i.h | 117 struct map_info *map_list; member
|
/external/libunwind/include/ |
D | libunwind-common.h | 222 void *map_list; member
|
/external/libunwind/include/tdep-x86_64/ |
D | libunwind_i.h | 79 struct map_info *map_list; member
|
/external/libunwind/include/tdep-aarch64/ |
D | libunwind_i.h | 78 struct map_info *map_list; member
|
/external/libunwind/include/tdep-sh/ |
D | libunwind_i.h | 63 struct map_info *map_list; member
|
/external/libunwind/include/tdep-hppa/ |
D | libunwind_i.h | 62 struct map_info *map_list; member
|
/external/libunwind/include/tdep-x86/ |
D | libunwind_i.h | 63 struct map_info *map_list; member
|
/external/libunwind/include/tdep-arm/ |
D | libunwind_i.h | 63 struct map_info *map_list; member
|
/external/libunwind/include/tdep-ppc32/ |
D | libunwind_i.h | 69 struct map_info *map_list; member
|
/external/libunwind/include/tdep-mips/ |
D | libunwind_i.h | 70 struct map_info *map_list; member
|
/external/libunwind/include/tdep-ppc64/ |
D | libunwind_i.h | 69 struct map_info *map_list; member
|
/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()
|
/external/ImageMagick/MagickCore/ |
D | xwindow.c | 1295 *map_list; in XBestVisualInfo() local 1313 status=XGetRGBColormaps(display,root_window,&map_list,&number_maps, in XBestVisualInfo() 1338 status=XGetRGBColormaps(display,root_window,&map_list,&number_maps, in XBestVisualInfo() 1354 *map_info=map_list[0]; in XBestVisualInfo() 1359 if (map_list[i].visualid == in XBestVisualInfo() 1362 *map_info=map_list[i]; in XBestVisualInfo() 1380 (void) XFree((void *) map_list); in XBestVisualInfo()
|
/external/v8/src/ic/ |
D | ic.cc | 827 MapHandleList map_list; in IsTransitionOfMonomorphicTarget() local 828 map_list.Add(handle(target_map)); in IsTransitionOfMonomorphicTarget() 829 transitioned_map = source_map->FindElementsKindTransitionedMap(&map_list); in IsTransitionOfMonomorphicTarget()
|
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.h | 2447 HValue* value, SmallMapList* map_list, 2449 UniqueSet<Map>* maps = new(zone) UniqueSet<Map>(map_list->length(), zone); 2450 for (int i = 0; i < map_list->length(); ++i) { 2451 maps->Add(Unique<Map>::CreateImmovable(map_list->at(i)), zone);
|