Searched refs:temp_map_data (Results 1 – 1 of 1) sorted by relevance
216 } *temp_map_data; variable230 temp_map_data[map_reccount].group = re->gm_group_number; in grp_walk_map()231 temp_map_data[map_reccount].section = re->gm_key; in grp_walk_map()232 temp_map_data[map_reccount].name = re->gm_section_name; in grp_walk_map()276 if(temp_map_data) { in dwarf_sec_group_map()286 temp_map_data = calloc(map_entry_count,sizeof(struct temp_map_struc_s)); in dwarf_sec_group_map()287 if(!temp_map_data) { in dwarf_sec_group_map()298 qsort(temp_map_data,map_reccount,sizeof(struct temp_map_struc_s), in dwarf_sec_group_map()301 sec_numbers_array[i] = temp_map_data[i].section; in dwarf_sec_group_map()302 group_numbers_array[i] = temp_map_data[i].group; in dwarf_sec_group_map()[all …]