Lines Matching refs:skip_bytes
76 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()
655 REQUIRE (skip_bytes (&buf, end, hdr_length - 4)); in _bfd_elf_parse_eh_frame()
708 REQUIRE (skip_bytes (&buf, ehbuf + sec->size, 4)); in _bfd_elf_parse_eh_frame()
723 while (skip_bytes (&buf, ehbuf + sec->size, 4)) in _bfd_elf_parse_eh_frame()
731 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame()
765 REQUIRE (skip_bytes (&buf, end, ptr_size)); in _bfd_elf_parse_eh_frame()
826 REQUIRE (skip_bytes (&buf, end, length)); in _bfd_elf_parse_eh_frame()
840 REQUIRE (skip_bytes (&buf, end, per_width)); in _bfd_elf_parse_eh_frame()
937 REQUIRE (skip_bytes (&buf, end, 2 * length)); in _bfd_elf_parse_eh_frame()
972 REQUIRE (skip_bytes (&buf, end, length)); in _bfd_elf_parse_eh_frame()
2015 skip_bytes (&buf, end, 1); in _bfd_elf_write_section_eh_frame()