Lines Matching full:reloc_max
352 unsigned reloc_max;4997 if (sec->reloc_count >= vms_sec->reloc_max)4999 if (vms_sec->reloc_max == 0)5001 vms_sec->reloc_max = 64;5003 (vms_sec->reloc_max * sizeof (arelent));5007 vms_sec->reloc_max *= 2;5009 (sec->relocation, vms_sec->reloc_max * sizeof (arelent));