| /freebsd-12.1/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | output.c | 464 off_t new_offset = 0; in write_file() local 535 new_offset = (off_t)dehdr.e_phoff; in write_file() 563 shdr.sh_offset = new_offset; in write_file() 656 new_offset = (off_t)shdr.sh_offset; in write_file() 658 new_offset += shdr.sh_size; in write_file() 675 pad = new_offset % shdr.sh_addralign; in write_file() 680 shdr.sh_offset = new_offset; in write_file() 681 new_offset += shdr.sh_size; in write_file() 695 size_t r = new_offset % align; in write_file() 698 new_offset += align - r; in write_file() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugMacro.cpp | 68 lldb::offset_t new_offset = 0, str_offset = 0; in ReadMacroEntries() local 112 new_offset = debug_macro_data.GetU64(offset); in ReadMacroEntries() 114 new_offset = debug_macro_data.GetU32(offset); in ReadMacroEntries() 116 sym_file_dwarf->ParseDebugMacros(&new_offset))); in ReadMacroEntries()
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | elf-eh-frame.c | 958 ent->new_offset = offset; in _bfd_elf_discard_section_eh_frame() 1154 return (offset + sec_info->entry[mid].new_offset in _bfd_elf_eh_frame_section_offset() 1213 ent->new_offset += eh->output_offset; in _bfd_elf_write_section_eh_frame() 1347 val += (bfd_vma)ent->offset - ent->new_offset; in _bfd_elf_write_section_eh_frame() 1379 value = ent->new_offset + 4 - ent->cie_inf->new_offset; in _bfd_elf_write_section_eh_frame() 1403 value += (bfd_vma)ent->offset - ent->new_offset; in _bfd_elf_write_section_eh_frame() 1418 = sec->output_section->vma + ent->new_offset; in _bfd_elf_write_section_eh_frame() 1451 bfd_vma new_offset; in _bfd_elf_write_section_eh_frame() local 1454 new_offset = ent->new_offset + 8 in _bfd_elf_write_section_eh_frame() 1469 value += ent->offset + 8 - new_offset; in _bfd_elf_write_section_eh_frame() [all …]
|
| H A D | elf-bfd.h | 270 unsigned int new_offset; member
|
| H A D | ChangeLog-0203 | 10983 unsigned overflow when new_offset < old_offset.
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_open_fd.c | 136 int64_t old_offset, new_offset; in file_skip() local 156 ((new_offset = lseek(mine->fd, skip, SEEK_CUR)) >= 0)) in file_skip() 157 return (new_offset - old_offset); in file_skip()
|
| H A D | archive_read_open_filename.c | 448 int64_t old_offset, new_offset; in file_skip_lseek() local 450 off_t old_offset, new_offset; in file_skip_lseek() local 461 (new_offset = lseek(mine->fd, request, SEEK_CUR)) >= 0) in file_skip_lseek() 462 return (new_offset - old_offset); in file_skip_lseek()
|
| H A D | archive_write_set_format_iso9660.c | 8028 int64_t read_offset, write_offset, new_offset; in zisofs_rewind_boot_file() local 8047 new_offset = wb_offset(a); in zisofs_rewind_boot_file() 8098 file->content.offset_of_temp = new_offset; in zisofs_rewind_boot_file()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | abd.c | 464 size_t new_offset = sabd->abd_u.abd_scatter.abd_offset + off; in abd_get_offset() local 466 (new_offset / zfs_abd_chunk_size); in abd_get_offset() 478 new_offset % zfs_abd_chunk_size; in abd_get_offset() 483 &sabd->abd_u.abd_scatter.abd_chunks[new_offset / in abd_get_offset()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | remote-fileio.c | 665 off_t old_offset, new_offset; in remote_fileio_func_read() local 750 new_offset = lseek (fd, 0, SEEK_CUR); in remote_fileio_func_read() 753 if (old_offset != new_offset) in remote_fileio_func_read() 754 ret = new_offset - old_offset; in remote_fileio_func_read()
|
| H A D | valops.c | 1335 int new_offset = offset; in search_struct_field() local 1346 new_offset += TYPE_FIELD_BITPOS (type, i) / 8; in search_struct_field() 1348 v = search_struct_field (name, arg1, new_offset, field_type, in search_struct_field()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 2163 lldb::offset_t new_offset = offset + skip_offset; in Evaluate() local 2164 if (new_offset >= opcodes_offset && new_offset < end_offset) in Evaluate() 2165 offset = new_offset; in Evaluate() 2194 lldb::offset_t new_offset = offset + bra_offset; in Evaluate() local 2195 if (new_offset >= opcodes_offset && new_offset < end_offset) in Evaluate() 2196 offset = new_offset; in Evaluate()
|
| /freebsd-12.1/sys/contrib/zstd/doc/educational_decoder/ |
| H A D | zstd_decompress.c | 1562 const int new_offset = in->bit_offset - num_bits; in IO_rewind_bits() local 1565 const i64 bytes = -(new_offset - 7) / 8; in IO_rewind_bits() 1571 in->bit_offset = ((new_offset % 8) + 8) % 8; in IO_rewind_bits()
|
| /freebsd-12.1/sys/dev/ixl/ |
| H A D | i40e_adminq_cmd.h | 2396 __le16 new_offset; member
|
| H A D | i40e_common.c | 4338 cmd->new_offset = CPU_TO_LE16(offset); in i40e_aq_update_lldp_tlv()
|
| /freebsd-12.1/contrib/libxo/libxo/ |
| H A D | libxo.c | 4035 ssize_t new_offset = xbp->xb_curp - xbp->xb_bufp; in xo_buf_append_div() local 4040 xbp->xb_bufp + base_offset, new_offset - base_offset); in xo_buf_append_div()
|