Home
last modified time | relevance | path

Searched refs:map_reccount (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_groups.c211 static Dwarf_Unsigned map_reccount = 0; variable
230 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()
233 map_reccount += 1; in grp_walk_map()
280 map_reccount = 0; in dwarf_sec_group_map()
292 if (map_reccount != grp->gd_map_entry_count) { in dwarf_sec_group_map()
298 qsort(temp_map_data,map_reccount,sizeof(struct temp_map_struc_s), in dwarf_sec_group_map()
300 for (i =0 ; i < map_reccount; ++i) { in dwarf_sec_group_map()
306 map_reccount = 0; in dwarf_sec_group_map()