Home | History | Annotate | Download | only in bfd

Lines Matching refs:skip_bytes

76 skip_bytes (bfd_byte **iter, bfd_byte *end, bfd_size_type length)
378 && skip_bytes (iter, end, length));
385 && skip_bytes (iter, end, length));
388 return skip_bytes (iter, end, encoded_ptr_width);
391 return skip_bytes (iter, end, 1);
394 return skip_bytes (iter, end, 2);
397 return skip_bytes (iter, end, 4);
400 return skip_bytes (iter, end, 8);
637 REQUIRE (skip_bytes (&buf, end, 4));
645 REQUIRE (skip_bytes (&buf, end, 4));
650 REQUIRE (skip_bytes (&buf, end, hdr_length - 4));
700 REQUIRE (skip_bytes (&buf, ehbuf + sec->size, 4));
721 REQUIRE (skip_bytes (&buf, end, 4));
754 REQUIRE (skip_bytes (&buf, end, ptr_size));
813 REQUIRE (skip_bytes (&buf, end, length));
825 REQUIRE (skip_bytes (&buf, end, per_width));
920 REQUIRE (skip_bytes (&buf, end, 2 * length));
954 REQUIRE (skip_bytes (&buf, end, length));