Home
last modified time | relevance | path

Searched refs:image_offset (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/usr.sbin/installboot/
H A Devboards.c1674 uint64_t image_offset = evb_ubstep_get_image_offset(params, step); in evb_uboot_do_step() local
1765 file_offset, params->filesystem, image_offset); in evb_uboot_do_step()
1769 params->filesystem, image_offset); in evb_uboot_do_step()
1779 for (curoffset = (off_t)image_offset; in evb_uboot_do_step()
1903 uint64_t image_offset = in evb_uboot_setboot() local
1922 this_max += image_offset; in evb_uboot_setboot()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dvms-alpha.c307 file_ptr image_offset; /* Offset for image_ptr. */ member
1528 PRIV (image_offset) = 0; in image_set_ptr()
1531 PRIV (image_offset) = sec->output_offset + vma; in image_set_ptr()
1536 PRIV (image_offset) = vma; in image_set_ptr()
1548 PRIV (image_offset) += offset; in image_inc_ptr()
1579 PRIV (dst_ptr_offsets)[loc] = PRIV (image_offset); in dst_define_location()
1592 PRIV (image_offset) = PRIV (dst_ptr_offsets)[loc]; in dst_restore_location()
1619 size_t off = PRIV (image_offset); in image_write()
1651 PRIV (image_offset) += size; in image_write()
1822 (info, name, abfd, PRIV (image_section), PRIV (image_offset), true); in _bfd_vms_get_value()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dvms-alpha.c306 file_ptr image_offset; /* Offset for image_ptr. */ member
1527 PRIV (image_offset) = 0; in image_set_ptr()
1530 PRIV (image_offset) = sec->output_offset + vma; in image_set_ptr()
1535 PRIV (image_offset) = vma; in image_set_ptr()
1547 PRIV (image_offset) += offset; in image_inc_ptr()
1576 PRIV (dst_ptr_offsets)[loc] = PRIV (image_offset); in dst_define_location()
1589 PRIV (image_offset) = PRIV (dst_ptr_offsets)[loc]; in dst_restore_location()
1616 size_t off = PRIV (image_offset); in image_write()
1648 PRIV (image_offset) += size; in image_write()
1819 (info, name, abfd, PRIV (image_section), PRIV (image_offset), true); in _bfd_vms_get_value()
[all …]
/netbsd-src/sys/dev/pci/
H A Dmpiireg.h160 u_int32_t image_offset; member