HomeSort by relevance Sort by last modified time
    Searched refs:local_map_list (Results 1 - 5 of 5) sorted by null

  /external/libunwind/src/mi/
Lmap.c 30 HIDDEN struct map_info *local_map_list = NULL; variable in typeref:struct:map_info
44 map_cursor->map_list = local_map_list;
45 map_cursor->cur_map = local_map_list;
52 if (map_cursor->map_list == local_map_list)
70 local_map_list = map_create_list (UNW_MAP_CREATE_LOCAL, getpid());
71 if (local_map_list != NULL)
92 if (local_map_list != NULL && --local_map_list_refs == 0)
94 map_destroy_list (local_map_list);
95 local_map_list = NULL;
115 if (map_cursor->map_list != local_map_list)
    [all...]
  /external/libunwind/src/
Los-common.c 30 extern struct map_info *local_map_list;
66 /* No need to do any lock, the entire local_map_list is locked
102 /* Get a write lock on local_map_list since it's going to be modified. */
106 ip with expected_flags is in local_map_list. If not, the assumption
107 is that new_list is newer than local_map_list because the map only
111 map = map_find_from_addr (local_map_list, addr);
115 move_cached_elf_data (local_map_list, new_list);
116 map = local_map_list;
117 local_map_list = new_list;
137 map = map_find_from_addr (local_map_list, addr)
    [all...]
os-hpux.c 35 extern struct map_info *local_map_list;
  /external/libunwind/include/
map_info.h 53 extern struct map_info *local_map_list;
  /external/libunwind/src/dwarf/
Gfind_proc_info-lsb.c 179 else if (local_map_list == NULL

Completed in 269 milliseconds