Home
last modified time | relevance | path

Searched refs:skip_bytes (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf-eh-frame.c76 skip_bytes (bfd_byte **iter, bfd_byte *end, bfd_size_type length) in skip_bytes() function
391 && skip_bytes (iter, end, length)); in skip_cfa_op()
398 && skip_bytes (iter, end, length)); in skip_cfa_op()
401 return skip_bytes (iter, end, encoded_ptr_width); in skip_cfa_op()
404 return skip_bytes (iter, end, 1); in skip_cfa_op()
407 return skip_bytes (iter, end, 2); in skip_cfa_op()
410 return skip_bytes (iter, end, 4); in skip_cfa_op()
413 return skip_bytes (iter, end, 8); in skip_cfa_op()
642 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame()
650 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame()
[all …]
DChangeLog-20055082 (skip_bytes): New utility function.
/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf-eh-frame.c76 skip_bytes (bfd_byte **iter, bfd_byte *end, bfd_size_type length) in skip_bytes() function
391 && skip_bytes (iter, end, length)); in skip_cfa_op()
398 && skip_bytes (iter, end, length)); in skip_cfa_op()
401 return skip_bytes (iter, end, encoded_ptr_width); in skip_cfa_op()
404 return skip_bytes (iter, end, 1); in skip_cfa_op()
407 return skip_bytes (iter, end, 2); in skip_cfa_op()
410 return skip_bytes (iter, end, 4); in skip_cfa_op()
413 return skip_bytes (iter, end, 8); in skip_cfa_op()
642 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame()
650 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame()
[all …]
DChangeLog-20055082 (skip_bytes): New utility function.
/netbsd/src/external/bsd/libarchive/dist/libarchive/
Darchive_read_support_filter_compress.c348 int skip_bytes = state->bits - in next_code() local
350 skip_bytes %= state->bits; in next_code()
352 while (skip_bytes-- > 0) { in next_code()
Darchive_read_support_filter_lz4.c356 uint32_t skip_bytes = archive_le32dec(read_buf); in lz4_filter_read() local
358 4 + skip_bytes); in lz4_filter_read()
Darchive_read_support_format_7zip.c3401 uint64_t skip_bytes = 0; in read_stream() local
3440 skip_bytes = in read_stream()
3495 if (!skip_bytes) in read_stream()
3499 a, buff, (size_t)skip_bytes, 0); in read_stream()
3502 skip_bytes -= skipped; in read_stream()
3768 skip_stream(struct archive_read *a, size_t skip_bytes) in skip_stream() argument
3773 size_t bytes = skip_bytes; in skip_stream()
3781 += skip_bytes; in skip_stream()
3782 return (skip_bytes); in skip_stream()
3799 return (skip_bytes); in skip_stream()
/netbsd/src/external/gpl3/gdb/dist/gdb/tui/
Dtui-winsource.c84 int skip_bytes; in tui_copy_source_line() local
87 if (c == '\033' && skip_ansi_escape (lineptr, &skip_bytes)) in tui_copy_source_line()
90 result.append (lineptr, lineptr + skip_bytes); in tui_copy_source_line()
91 lineptr += skip_bytes; in tui_copy_source_line()
/netbsd/src/external/bsd/less/dist/
Dsearch.c1191 int skip_bytes = 0; in search_range() local
1314 skip_bytes = skip_columns(header_cols, &line, &line_len); in search_range()
1361 … hilite_line(linepos + skip_bytes, cline, line_len, chpos, sp, ep, NSP, cvt_ops); in search_range()
1377 … hilite_line(linepos + skip_bytes, cline, line_len, chpos, sp, ep, NSP, cvt_ops); in search_range()
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dsource.c1404 int skip_bytes; in print_source_lines_base() local
1407 if (c == '\033' && skip_ansi_escape (iter, &skip_bytes)) in print_source_lines_base()
1408 iter += skip_bytes; in print_source_lines_base()
Dutils.c1633 int skip_bytes; in puts() local
1646 && skip_ansi_escape (lineptr, &skip_bytes)) in puts()
1648 m_wrap_buffer.append (lineptr, skip_bytes); in puts()
1651 lineptr += skip_bytes; in puts()
/netbsd/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
Dvchiq_arm.c1357 int skip_bytes = min(len, (int)context->offset); in vchiq_dump() local
1358 str += skip_bytes; in vchiq_dump()
1359 len -= skip_bytes; in vchiq_dump()
1360 context->offset -= skip_bytes; in vchiq_dump()