| /src/external/gpl3/binutils/dist/include/vms/ |
| internal.h | 34 unsigned int vbn; /* Base virtual block number. */ member in struct:vms_internal_eisd
|
| eisd.h | 67 unsigned char vbn[4]; member in struct:vms_eisd
|
| lbr.h | 92 /* VBN of a simply linked list of free blocks. The list is terminated by a 93 nul VBN. */ 145 unsigned char vbn[4]; member in struct:vms_idd 167 /* VBN of the parent. */ 183 unsigned char vbn[4]; member in struct:vms_rfa 193 /* Offset from the start of the vbn, so minimum should be 251 /* Next vbn. */
|
| /src/external/gpl3/binutils.old/dist/include/vms/ |
| internal.h | 34 unsigned int vbn; /* Base virtual block number. */ member in struct:vms_internal_eisd
|
| eisd.h | 67 unsigned char vbn[4]; member in struct:vms_eisd
|
| lbr.h | 92 /* VBN of a simply linked list of free blocks. The list is terminated by a 93 nul VBN. */ 145 unsigned char vbn[4]; member in struct:vms_idd 167 /* VBN of the parent. */ 183 unsigned char vbn[4]; member in struct:vms_rfa 193 /* Offset from the start of the vbn, so minimum should be 251 /* Next vbn. */
|
| /src/external/gpl3/binutils/dist/bfd/ |
| vms-lib.c | 187 unsigned int vbn; local 192 vbn = bfd_getl32 (rfa->vbn); 193 if (vbn == 0) 197 off = (vbn - 1) * VMS_BLOCK_SIZE + bfd_getl16 (rfa->offset); 203 bfd_getl32 (lns.modrfa.vbn), 211 /* Read block VBN from ABFD and store it into BLK. Return FALSE in case of error. */ 214 vms_read_block (bfd *abfd, unsigned int vbn, void *blk) 218 off = (vbn - 1) * VMS_BLOCK_SIZE; 226 /* Write the content of BLK to block VBN of ABFD. Return FALSE in case of error. * 425 unsigned int vbn; local 1693 unsigned int vbn; \/* VBN of the block. *\/ member in struct:idxblk 2139 unsigned int vbn; local [all...] |
| vms-alpha.c | 519 unsigned int vbn; 553 vbn = bfd_getl32 (eisd->vbn); 556 offset, size, (unsigned long)vaddr, flags, vbn)); 563 if (vbn != 0) 627 section->filepos = vbn ? VMS_BLOCK_SIZE * (vbn - 1) : 0; 3082 bfd_putl32 (src->u.eisd.vbn, dst->vbn); 3135 eisd->u.gbl_eisd.common.vbn = 0 517 unsigned int vbn; local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| vms-lib.c | 187 unsigned int vbn; local 192 vbn = bfd_getl32 (rfa->vbn); 193 if (vbn == 0) 197 off = (vbn - 1) * VMS_BLOCK_SIZE + bfd_getl16 (rfa->offset); 203 bfd_getl32 (lns.modrfa.vbn), 211 /* Read block VBN from ABFD and store it into BLK. Return FALSE in case of error. */ 214 vms_read_block (bfd *abfd, unsigned int vbn, void *blk) 218 off = (vbn - 1) * VMS_BLOCK_SIZE; 226 /* Write the content of BLK to block VBN of ABFD. Return FALSE in case of error. * 425 unsigned int vbn; local 1689 unsigned int vbn; \/* VBN of the block. *\/ member in struct:idxblk 2135 unsigned int vbn; local [all...] |
| vms-alpha.c | 530 unsigned int vbn; 564 vbn = bfd_getl32 (eisd->vbn); 567 offset, size, (unsigned long)vaddr, flags, vbn)); 574 if (vbn != 0) 638 section->filepos = vbn ? VMS_BLOCK_SIZE * (vbn - 1) : 0; 3069 bfd_putl32 (src->u.eisd.vbn, dst->vbn); 3122 eisd->u.gbl_eisd.common.vbn = 0 528 unsigned int vbn; local [all...] |