Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dvms-alpha.c356 unsigned reloc_max; member
5538 if (sec->reloc_count >= vms_sec->reloc_max) in alpha_vms_slurp_relocs()
5540 if (vms_sec->reloc_max == 0) in alpha_vms_slurp_relocs()
5542 vms_sec->reloc_max = 64; in alpha_vms_slurp_relocs()
5544 (vms_sec->reloc_max * sizeof (arelent)); in alpha_vms_slurp_relocs()
5548 vms_sec->reloc_max *= 2; in alpha_vms_slurp_relocs()
5550 (sec->relocation, vms_sec->reloc_max * sizeof (arelent)); in alpha_vms_slurp_relocs()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dvms-alpha.c355 unsigned reloc_max; member
5363 if (sec->reloc_count >= vms_sec->reloc_max) in alpha_vms_slurp_relocs()
5365 if (vms_sec->reloc_max == 0) in alpha_vms_slurp_relocs()
5367 vms_sec->reloc_max = 64; in alpha_vms_slurp_relocs()
5369 (vms_sec->reloc_max * sizeof (arelent)); in alpha_vms_slurp_relocs()
5373 vms_sec->reloc_max *= 2; in alpha_vms_slurp_relocs()
5375 (sec->relocation, vms_sec->reloc_max * sizeof (arelent)); in alpha_vms_slurp_relocs()