Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/bfd/
H A Delf-eh-frame.c371 && skip_bytes (iter, end, length)); in skip_cfa_op()
378 && skip_bytes (iter, end, length)); in skip_cfa_op()
384 return skip_bytes (iter, end, 1); in skip_cfa_op()
387 return skip_bytes (iter, end, 2); in skip_cfa_op()
390 return skip_bytes (iter, end, 4); in skip_cfa_op()
393 return skip_bytes (iter, end, 8); in skip_cfa_op()
539 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame()
547 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame()
620 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame()
713 REQUIRE (skip_bytes (&buf, end, length)); in _bfd_elf_parse_eh_frame()
[all …]
/dragonfly/contrib/binutils-2.34/bfd/
H A Delf-eh-frame.c391 && skip_bytes (iter, end, length)); in skip_cfa_op()
398 && skip_bytes (iter, end, length)); 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()
641 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame()
649 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame()
730 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame()
971 REQUIRE (skip_bytes (&buf, end, length)); in _bfd_elf_parse_eh_frame()
[all …]
/dragonfly/contrib/binutils-2.27/bfd/
H A Delf-eh-frame.c378 && skip_bytes (iter, end, length)); in skip_cfa_op()
385 && skip_bytes (iter, end, length)); in skip_cfa_op()
391 return skip_bytes (iter, end, 1); in skip_cfa_op()
394 return skip_bytes (iter, end, 2); in skip_cfa_op()
397 return skip_bytes (iter, end, 4); in skip_cfa_op()
400 return skip_bytes (iter, end, 8); in skip_cfa_op()
637 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame()
645 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame()
721 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame()
813 REQUIRE (skip_bytes (&buf, end, length)); in _bfd_elf_parse_eh_frame()
[all …]
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_compress.c349 int skip_bytes = state->bits - in next_code() local
351 skip_bytes %= state->bits; in next_code()
353 while (skip_bytes-- > 0) { in next_code()
H A Darchive_read_support_format_7zip.c3229 uint64_t skip_bytes = 0; in read_stream() local
3268 skip_bytes = in read_stream()
3302 while (skip_bytes) { in read_stream()
3323 a, buff, (size_t)skip_bytes, 0); in read_stream()
3326 skip_bytes -= skipped; in read_stream()
3592 skip_stream(struct archive_read *a, size_t skip_bytes) in skip_stream() argument
3597 size_t bytes = skip_bytes; in skip_stream()
3605 += skip_bytes; in skip_stream()
3606 return (skip_bytes); in skip_stream()
3623 return (skip_bytes); in skip_stream()
H A Darchive_read_support_filter_lz4.c358 uint32_t skip_bytes = archive_le32dec(read_buf); in lz4_filter_read() local
360 4 + skip_bytes); in lz4_filter_read()
/dragonfly/contrib/less/
H A Dsearch.c1189 int skip_bytes = 0; in search_range() local
1312 skip_bytes = skip_columns(header_cols, &line, &line_len); in search_range()
1359 hilite_line(linepos + skip_bytes, cline, line_len, chpos, sp, ep, NSP, cvt_ops); in search_range()
1375 hilite_line(linepos + skip_bytes, cline, line_len, chpos, sp, ep, NSP, cvt_ops); in search_range()