Lines Matching refs:skip_bytes
76 skip_bytes (bfd_byte **iter, bfd_byte *end, bfd_size_type length)
392 && skip_bytes (iter, end, length));
399 && skip_bytes (iter, end, length));
402 return skip_bytes (iter, end, encoded_ptr_width);
405 return skip_bytes (iter, end, 1);
408 return skip_bytes (iter, end, 2);
411 return skip_bytes (iter, end, 4);
414 return skip_bytes (iter, end, 8);
645 REQUIRE (skip_bytes (&buf, end, 4));
653 REQUIRE (skip_bytes (&buf, end, 4));
658 REQUIRE (skip_bytes (&buf, end, hdr_length - 4));
711 REQUIRE (skip_bytes (&buf, ehbuf + sec->size, 4));
726 while (skip_bytes (&buf, ehbuf + sec->size, 4))
734 REQUIRE (skip_bytes (&buf, end, 4));
773 REQUIRE (skip_bytes (&buf, end, ptr_size));
837 REQUIRE (skip_bytes (&buf, end, length));
851 REQUIRE (skip_bytes (&buf, end, per_width));
949 REQUIRE (skip_bytes (&buf, end, 2 * length));
984 REQUIRE (skip_bytes (&buf, end, length));
2052 skip_bytes (&buf, end, 1);