| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | vms-misc.c | 389 PRIV (rec_length), PRIV (rec_size)); in _bfd_vms_next_record() 393 PRIV (vms_rec) += PRIV (rec_size); in _bfd_vms_next_record() 407 PRIV (rec_size) = PRIV (rec_length); in _bfd_vms_next_record() 411 &PRIV (rec_size)); in _bfd_vms_next_record() 413 PRIV (rec_length) -= PRIV (rec_size); in _bfd_vms_next_record() 417 PRIV (vms_rec), PRIV (rec_size), PRIV (rec_length), in _bfd_vms_next_record()
|
| D | vms-gsd.c | 282 PRIV (rec_size) -= 8; in _bfd_vms_slurp_gsd() 286 PRIV (rec_size) -= 1; in _bfd_vms_slurp_gsd() 297 while (PRIV (rec_size) > 0) in _bfd_vms_slurp_gsd() 683 PRIV (rec_size) -= gsd_size; in _bfd_vms_slurp_gsd()
|
| D | vms-tir.c | 1687 PRIV (rec_size) -= 4; in _bfd_vms_slurp_tir() 1688 result = analyze_etir (abfd, PRIV (vms_rec), (unsigned) PRIV (rec_size)); in _bfd_vms_slurp_tir() 1692 PRIV (rec_size) -= 1; in _bfd_vms_slurp_tir() 1693 result = analyze_tir (abfd, PRIV (vms_rec), (unsigned) PRIV (rec_size)); in _bfd_vms_slurp_tir()
|
| D | vms-hdr.c | 332 if (PRIV (rec_size) > 10) in _bfd_vms_slurp_eom()
|
| D | vms.h | 573 int rec_size; /* Actual record size. */ member
|
| /openbsd/src/sys/arch/amd64/stand/cdbr/ |
| D | cdbr.S | 268 mov %eax, rec_size 291 cmp %edx, rec_size 335 subl $SECTOR_SIZE, rec_size /* Adjust size */ 498 rec_size: .long 0x0 /* File size */ label
|
| /openbsd/src/sys/arch/i386/stand/cdbr/ |
| D | cdbr.S | 271 mov %eax, rec_size 294 cmp %edx, rec_size 338 subl $SECTOR_SIZE, rec_size /* Adjust size */ 501 rec_size: .long 0x0 /* File size */ label
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | vms-misc.c | 448 PRIV (rec_length), PRIV (rec_size)); 453 PRIV (vms_rec) += PRIV (rec_size); 468 PRIV (rec_size) = PRIV (rec_length); 473 &PRIV (rec_size)); 475 PRIV (rec_length) -= PRIV (rec_size); 479 PRIV (vms_rec), PRIV (rec_size), PRIV (rec_length),
|
| D | vms-gsd.c | 294 PRIV(rec_size) -= 8; 298 PRIV(rec_size) -= 1; 309 while (PRIV(rec_size) > 0) 710 PRIV(rec_size) -= gsd_size;
|
| D | vms-hdr.c | 413 if (PRIV(rec_size) > 10)
|
| D | vms-tir.c | 1843 PRIV (rec_size) -= 4; 1844 result = analyze_etir (abfd, PRIV (vms_rec), (unsigned) PRIV (rec_size)); 1848 PRIV (rec_size) -= 1; 1849 result = analyze_tir (abfd, PRIV (vms_rec), (unsigned) PRIV (rec_size));
|
| D | vms.h | 576 int rec_size; /* actual record size */ member
|
| /openbsd/src/sys/dev/ic/ |
| D | wdc.c | 189 int rec_size; in wdc_log() local 193 rec_size = 1; in wdc_log() 195 rec_size = (wdc_log_buf[tail + 1] & 0x1f) + 2; in wdc_log() 196 tail = (tail + rec_size) % wdc_log_cap; in wdc_log() 197 nb += rec_size; in wdc_log() 266 int rec_size; in wdc_get_log() local 269 rec_size = 1; in wdc_get_log() 271 rec_size = (wdc_log_buf[tail + 1] & 0x1f) + 2; in wdc_get_log() 273 if ((nb + rec_size) >= tocopy) in wdc_get_log() 276 memcpy(&retbuf[nb], &wdc_log_buf[tail], rec_size); in wdc_get_log() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-xtensa.c | 10153 bfd_size_type rec_size; in xtensa_create_property_segments() local 10158 rec_size = num_recs * 8; in xtensa_create_property_segments() 10159 bfd_set_section_size (stdoutput, sec, rec_size); in xtensa_create_property_segments() 10176 frag_size = sizeof (fragS) + rec_size; in xtensa_create_property_segments() 10182 fragP->fr_fix = rec_size; in xtensa_create_property_segments() 10285 bfd_size_type rec_size; in xtensa_create_xproperty_segments() local 10290 rec_size = num_recs * (8 + 4); in xtensa_create_xproperty_segments() 10291 bfd_set_section_size (stdoutput, sec, rec_size); in xtensa_create_xproperty_segments() 10309 frag_size = sizeof (fragS) + rec_size; in xtensa_create_xproperty_segments() 10315 fragP->fr_fix = rec_size; in xtensa_create_xproperty_segments()
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-xtensa.c | 7964 size_t rec_size; local 7969 rec_size = num_recs * 8; 7970 bfd_set_section_size (stdoutput, sec, rec_size); 7987 frag_size = sizeof (fragS) + rec_size; 7993 fragP->fr_fix = rec_size;
|