Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_data_into_fd.c50 int64_t target_offset, int64_t actual_offset) in pad_to() argument
56 actual_offset = lseek(fd, in pad_to()
57 target_offset - actual_offset, SEEK_CUR); in pad_to()
58 if (actual_offset != target_offset) { in pad_to()
64 while (target_offset > actual_offset) { in pad_to()
66 if (target_offset < actual_offset + (int64_t)nulls_size) in pad_to()
67 to_write = (size_t)(target_offset - actual_offset); in pad_to()
73 actual_offset += bytes_written; in pad_to()
88 int64_t actual_offset = 0; in archive_read_data_into_fd() local
108 if (target_offset > actual_offset) { in archive_read_data_into_fd()
[all …]
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-xtensa.c3570 bfd_vma offset, actual_offset; in elf_xtensa_discard_info_for_section() local
3607 actual_offset = offset - removed_bytes; in elf_xtensa_discard_info_for_section()
3630 memmove (&contents[actual_offset], in elf_xtensa_discard_info_for_section()
3631 &contents[actual_offset + entry_size], in elf_xtensa_discard_info_for_section()
10629 bfd_vma bytes_to_remove, size, actual_offset; in relax_property_section() local
10701 actual_offset = offset - removed_bytes; in relax_property_section()
10702 size = bfd_get_32 (abfd, &contents[actual_offset + 4]); in relax_property_section()
10705 flags = bfd_get_32 (abfd, &contents[actual_offset + 8]); in relax_property_section()
10731 + bfd_get_32 (abfd, &contents[actual_offset])); in relax_property_section()
10768 memmove (&contents[actual_offset], in relax_property_section()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-xtensa.c3581 bfd_vma offset, actual_offset; in elf_xtensa_discard_info_for_section() local
3618 actual_offset = offset - removed_bytes; in elf_xtensa_discard_info_for_section()
3641 memmove (&contents[actual_offset], in elf_xtensa_discard_info_for_section()
3642 &contents[actual_offset + entry_size], in elf_xtensa_discard_info_for_section()
10636 bfd_vma bytes_to_remove, size, actual_offset; in relax_property_section() local
10708 actual_offset = offset - removed_bytes; in relax_property_section()
10709 size = bfd_get_32 (abfd, &contents[actual_offset + 4]); in relax_property_section()
10712 flags = bfd_get_32 (abfd, &contents[actual_offset + 8]); in relax_property_section()
10738 + bfd_get_32 (abfd, &contents[actual_offset])); in relax_property_section()
10775 memmove (&contents[actual_offset], in relax_property_section()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drtlanal.c478 poly_int64 actual_offset = offset; in rtx_addr_can_trap_p_1() local
486 actual_offset -= STACK_POINTER_OFFSET; in rtx_addr_can_trap_p_1()
489 if (!multiple_p (actual_offset, GET_MODE_SIZE (mode))) in rtx_addr_can_trap_p_1()