Searched refs:maps_next (Results 1 – 7 of 7) sorted by relevance
/third_party/libunwind/src/ |
D | os-solaris.c | 44 while (maps_next (&mi, segbase, &hi, mapoff, NULL)) in tdep_get_elf_image()
|
D | dl-iterate-phdr.c | 69 while (maps_next (&mi, &start, &end, &offset, &flags)) in dl_iterate_phdr()
|
D | os-linux.h | 226 maps_next (struct map_iterator *mi, in maps_next() function
|
D | os-linux.c | 58 while (maps_next (&mi, &start, &end, &offset, &flags)) in maps_create_list()
|
/third_party/libunwind/src/ptrace/ |
D | _UPT_get_dyn_info_list_addr.c | 44 while (maps_next (&mi, &lo, &hi, &off, NULL)) in get_list_addr()
|
/third_party/libunwind/src/coredump/ |
D | _UPT_get_dyn_info_list_addr.c | 46 while (maps_next (&mi, &lo, &hi, &off, NULL)) in get_list_addr()
|
/third_party/libunwind/src/dwarf/ |
D | Gfind_proc_info-lsb.c | 230 while (maps_next (&mi, &segbase, &hi, &mapoff, NULL)) in find_binary_for_address()
|