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

  /src/external/gpl3/binutils/dist/bfd/
vms-alpha.c 8079 unsigned int eisd_off;
8141 eisd_off = bfd_getl32 (eihd.isdoff);
8148 eisd_off, eiha_off, eihs_off, eihi_off,
8411 while (eisd_off != 0)
8418 if (bfd_seek (abfd, eisd_off, SEEK_SET)
8429 eisd_off = (eisd_off + VMS_BLOCK_SIZE) & ~(VMS_BLOCK_SIZE - 1);
8436 len, eisd_off);
8521 eisd_off += len;
8067 unsigned int eisd_off; local
  /src/external/gpl3/binutils.old/dist/bfd/
vms-alpha.c 8063 unsigned int eisd_off;
8123 eisd_off = bfd_getl32 (eihd.isdoff);
8130 eisd_off, eiha_off, eihs_off, eihi_off,
8389 while (eisd_off != 0)
8396 if (bfd_seek (abfd, eisd_off, SEEK_SET)
8407 eisd_off = (eisd_off + VMS_BLOCK_SIZE) & ~(VMS_BLOCK_SIZE - 1);
8414 len, eisd_off);
8499 eisd_off += len;
8051 unsigned int eisd_off; local
  /src/external/gpl3/gdb/dist/bfd/
vms-alpha.c 8063 unsigned int eisd_off;
8123 eisd_off = bfd_getl32 (eihd.isdoff);
8130 eisd_off, eiha_off, eihs_off, eihi_off,
8389 while (eisd_off != 0)
8396 if (bfd_seek (abfd, eisd_off, SEEK_SET)
8407 eisd_off = (eisd_off + VMS_BLOCK_SIZE) & ~(VMS_BLOCK_SIZE - 1);
8414 len, eisd_off);
8499 eisd_off += len;
8051 unsigned int eisd_off; local
  /src/external/gpl3/gdb.old/dist/bfd/
vms-alpha.c 8065 unsigned int eisd_off;
8125 eisd_off = bfd_getl32 (eihd.isdoff);
8132 eisd_off, eiha_off, eihs_off, eihi_off,
8383 while (eisd_off != 0)
8390 if (bfd_seek (abfd, eisd_off, SEEK_SET)
8401 eisd_off = (eisd_off + VMS_BLOCK_SIZE) & ~(VMS_BLOCK_SIZE - 1);
8408 len, eisd_off);
8488 eisd_off += len;
8053 unsigned int eisd_off; local

Completed in 46 milliseconds