Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A 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()
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()
[all …]
H A DChangeLog-20055082 (skip_bytes): New utility function.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A 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 …]
H A DChangeLog-20055082 (skip_bytes): New utility function.
/netbsd-src/external/bsd/less/dist/
H A 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/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A 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()
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20055082 (skip_bytes): New utility function.
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20055082 (skip_bytes): New utility function.