HomeSort by: relevance | last modified time | path
    Searched defs:vms_sec (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
vms-alpha.c 5531 struct vms_section_data_struct *vms_sec;
5551 vms_sec = vms_section_data (sec);
5554 if (sec->reloc_count >= vms_sec->reloc_max)
5556 if (vms_sec->reloc_max == 0)
5558 vms_sec->reloc_max = 64;
5560 (vms_sec->reloc_max * sizeof (arelent));
5564 vms_sec->reloc_max *= 2;
5566 (sec->relocation, vms_sec->reloc_max * sizeof (arelent));
5522 struct vms_section_data_struct *vms_sec; local
  /src/external/gpl3/binutils.old/dist/bfd/
vms-alpha.c 5518 struct vms_section_data_struct *vms_sec;
5538 vms_sec = vms_section_data (sec);
5541 if (sec->reloc_count >= vms_sec->reloc_max)
5543 if (vms_sec->reloc_max == 0)
5545 vms_sec->reloc_max = 64;
5547 (vms_sec->reloc_max * sizeof (arelent));
5551 vms_sec->reloc_max *= 2;
5553 (sec->relocation, vms_sec->reloc_max * sizeof (arelent));
5509 struct vms_section_data_struct *vms_sec; local
  /src/external/gpl3/gdb/dist/bfd/
vms-alpha.c 5518 struct vms_section_data_struct *vms_sec;
5538 vms_sec = vms_section_data (sec);
5541 if (sec->reloc_count >= vms_sec->reloc_max)
5543 if (vms_sec->reloc_max == 0)
5545 vms_sec->reloc_max = 64;
5547 (vms_sec->reloc_max * sizeof (arelent));
5551 vms_sec->reloc_max *= 2;
5553 (sec->relocation, vms_sec->reloc_max * sizeof (arelent));
5509 struct vms_section_data_struct *vms_sec; local
  /src/external/gpl3/gdb.old/dist/bfd/
vms-alpha.c 5524 struct vms_section_data_struct *vms_sec;
5544 vms_sec = vms_section_data (sec);
5547 if (sec->reloc_count >= vms_sec->reloc_max)
5549 if (vms_sec->reloc_max == 0)
5551 vms_sec->reloc_max = 64;
5553 (vms_sec->reloc_max * sizeof (arelent));
5557 vms_sec->reloc_max *= 2;
5559 (sec->relocation, vms_sec->reloc_max * sizeof (arelent));
5515 struct vms_section_data_struct *vms_sec; local

Completed in 48 milliseconds