Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dvms-alpha.c4968 struct vms_section_data_struct *vms_sec; in alpha_vms_slurp_relocs() local
4985 vms_sec = vms_section_data (sec); in alpha_vms_slurp_relocs()
4988 if (sec->reloc_count >= vms_sec->reloc_max) in alpha_vms_slurp_relocs()
4990 if (vms_sec->reloc_max == 0) in alpha_vms_slurp_relocs()
4992 vms_sec->reloc_max = 64; in alpha_vms_slurp_relocs()
4994 (vms_sec->reloc_max * sizeof (arelent)); in alpha_vms_slurp_relocs()
4998 vms_sec->reloc_max *= 2; in alpha_vms_slurp_relocs()
5000 (sec->relocation, vms_sec->reloc_max * sizeof (arelent)); in alpha_vms_slurp_relocs()