Lines Matching full:loc_offsets
1850 debug_info_p->loc_offsets = (dwarf_vma *)
1851 xcrealloc (debug_info_p->loc_offsets,
1852 lmax, sizeof (*debug_info_p->loc_offsets));
1860 debug_info_p->loc_offsets [num] = uvalue;
2407 debug_information [unit].loc_offsets = NULL;
4822 /* Sort array of indexes in ascending order of loc_offsets[idx]. */
4824 static dwarf_vma *loc_offsets;
4829 dwarf_vma a = loc_offsets[*(const unsigned int *) ap];
4830 dwarf_vma b = loc_offsets[*(const unsigned int *) bp];
4889 last_offset = debug_information [i].loc_offsets [0];
4900 debug_information [i].loc_offsets [j])
4905 last_offset = debug_information [i].loc_offsets [j];
4914 && debug_information [first].loc_offsets [0] != 0)
4917 dwarf_vmatoa ("x", debug_information [first].loc_offsets [0]));
4935 loc_offsets = debug_information [i].loc_offsets;
4944 && debug_information [i].loc_offsets [locs_sorted
4946 == debug_information [i].loc_offsets [j])
4949 offset = debug_information [i].loc_offsets [j];
7267 free (debug_information [i].loc_offsets);