Home | History | Annotate | Download | only in binutils

Lines Matching refs:lmax

2945 	      unsigned int lmax = debug_info_p->max_loc_offsets;
2948 if (lmax == 0 || num >= lmax)
2950 lmax += 1024;
2953 lmax, sizeof (*debug_info_p->loc_offsets));
2956 lmax, sizeof (*debug_info_p->loc_views));
2959 lmax, sizeof (*debug_info_p->have_frame_base));
2960 debug_info_p->max_loc_offsets = lmax;
3034 unsigned int lmax = debug_info_p->max_range_lists;
3037 if (lmax == 0 || num >= lmax)
3039 lmax += 1024;
3042 lmax, sizeof (*debug_info_p->range_lists));
3043 debug_info_p->max_range_lists = lmax;