Searched refs:new_offset (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacro.cpp67 lldb::offset_t new_offset = 0, str_offset = 0; local
111 new_offset = debug_macro_data.GetU64(offset);
113 new_offset = debug_macro_data.GetU32(offset);
115 sym_file_dwarf->ParseDebugMacros(&new_offset)));
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c464 off_t new_offset = 0; local
535 new_offset = (off_t)dehdr.e_phoff;
559 pad = new_offset % shdr.sh_addralign;
562 new_offset += shdr.sh_addralign - pad;
563 shdr.sh_offset = new_offset;
656 new_offset = (off_t)shdr.sh_offset;
658 new_offset += shdr.sh_size;
675 pad = new_offset % shdr.sh_addralign;
678 new_offset += shdr.sh_addralign - pad;
680 shdr.sh_offset = new_offset;
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_open_fd.c136 int64_t old_offset, new_offset; local
156 ((new_offset = lseek(mine->fd, skip, SEEK_CUR)) >= 0))
157 return (new_offset - old_offset);
H A Darchive_read_open_filename.c452 int64_t old_offset, new_offset; local
454 off_t old_offset, new_offset; local
465 (new_offset = lseek(mine->fd, request, SEEK_CUR)) >= 0)
466 return (new_offset - old_offset);
H A Darchive_write_set_format_iso9660.c8027 int64_t read_offset, write_offset, new_offset; local
8046 new_offset = wb_offset(a);
8097 file->content.offset_of_temp = new_offset;
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf-eh-frame.c958 ent->new_offset = offset;
1154 return (offset + sec_info->entry[mid].new_offset
1213 ent->new_offset += eh->output_offset;
1231 if (!ent->removed && ent->new_offset > ent->offset)
1232 memmove (contents + ent->new_offset - sec->output_offset,
1236 if (!ent->removed && ent->new_offset < ent->offset)
1237 memmove (contents + ent->new_offset - sec->output_offset,
1255 buf = contents + ent->new_offset - sec->output_offset;
1347 val += ent->offset - ent->new_offset;
1379 value = ent->new_offset
1451 bfd_vma new_offset; local
[all...]
H A Delf-bfd.h271 unsigned int new_offset;
270 unsigned int new_offset; member in struct:eh_cie_fde
/freebsd-11-stable/contrib/gdb/gdb/
H A Dremote-fileio.c665 off_t old_offset, new_offset; local
750 new_offset = lseek (fd, 0, SEEK_CUR);
753 if (old_offset != new_offset)
754 ret = new_offset - old_offset;
H A Dvalops.c1337 int new_offset = offset;
1348 new_offset += TYPE_FIELD_BITPOS (type, i) / 8;
1350 v = search_struct_field (name, arg1, new_offset, field_type,
1335 int new_offset = offset; local
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dabd.c464 size_t new_offset = sabd->abd_u.abd_scatter.abd_offset + off; local
466 (new_offset / zfs_abd_chunk_size);
478 new_offset % zfs_abd_chunk_size;
483 &sabd->abd_u.abd_scatter.abd_chunks[new_offset /
/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c1223 int new_offset, old_offset; local
1331 new_offset = old_offset = 0;
1334 _rl_compare_chars(old, old_offset, &ps_old, new, new_offset, &ps_new); )
1337 new_offset = _rl_find_next_mbchar (new, new_offset, 1, MB_FIND_ANY);
1339 nfd = new + new_offset;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp1687 lldb::offset_t new_offset = offset + skip_offset; local
1688 if (opcodes.ValidOffset(new_offset))
1689 offset = new_offset;
1716 lldb::offset_t new_offset = offset + bra_offset; local
1717 if (opcodes.ValidOffset(new_offset))
1718 offset = new_offset;
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_adminq_cmd.h2430 __le16 new_offset; member in struct:i40e_aqc_lldp_update_tlv
/freebsd-11-stable/contrib/libxo/libxo/
H A Dlibxo.c4035 ssize_t new_offset = xbp->xb_curp - xbp->xb_bufp; local
4040 xbp->xb_bufp + base_offset, new_offset - base_offset);

Completed in 218 milliseconds