Home | History | Annotate | Download | only in bfd

Lines Matching defs:REQUIRE

581 #define REQUIRE(COND)					\
621 REQUIRE (_bfd_elf_mmap_section_contents (abfd, sec, &ehbuf));
625 REQUIRE (sec->size == (unsigned int) sec->size);
629 REQUIRE (ptr_size != 0);
642 REQUIRE (skip_bytes (&buf, end, 4));
646 REQUIRE (hdr_length != 0xffffffff);
650 REQUIRE (skip_bytes (&buf, end, 4));
655 REQUIRE (skip_bytes (&buf, end, hdr_length - 4));
661 REQUIRE (sec_info);
667 REQUIRE (local_cies);
676 REQUIRE (cookie->rel->r_info == 0); \
708 REQUIRE (skip_bytes (&buf, ehbuf + sec->size, 4));
712 REQUIRE ((bfd_size_type) (buf - ehbuf) + hdr_length <= sec->size);
724 REQUIRE (bfd_get_32 (abfd, buf - 4) == 0);
725 REQUIRE ((bfd_size_type) (buf - ehbuf) == sec->size);
731 REQUIRE (skip_bytes (&buf, end, 4));
747 REQUIRE (read_byte (&buf, end, &cie->version));
750 REQUIRE (cie->version == 1
753 REQUIRE (strlen ((char *) buf) < sizeof (cie->augmentation));
765 REQUIRE (skip_bytes (&buf, end, ptr_size));
770 REQUIRE (buf + 1 < end);
771 REQUIRE (buf[0] == ptr_size);
772 REQUIRE (buf[1] == 0);
775 REQUIRE (read_uleb128 (&buf, end, &cie->code_align));
776 REQUIRE (read_sleb128 (&buf, end, &cie->data_align));
779 REQUIRE (buf < end);
783 REQUIRE (read_uleb128 (&buf, end, &cie->ra_column));
794 REQUIRE (read_uleb128 (&buf, end, &cie->augmentation_size));
804 REQUIRE (read_byte (&buf, end, &cie->lsda_encoding));
806 REQUIRE (get_DW_EH_PE_width (cie->lsda_encoding, ptr_size));
809 REQUIRE (read_byte (&buf, end, &cie->fde_encoding));
811 REQUIRE (get_DW_EH_PE_width (cie->fde_encoding, ptr_size));
819 REQUIRE (read_byte (&buf, end, &cie->per_encoding));
822 REQUIRE (per_width);
826 REQUIRE (skip_bytes (&buf, end, length));
833 REQUIRE (GET_RELOC (buf));
840 REQUIRE (skip_bytes (&buf, end, per_width));
908 REQUIRE (cie != local_cies + cie_count);
919 REQUIRE (GET_RELOC (buf));
928 REQUIRE (rsec->owner == abfd);
937 REQUIRE (skip_bytes (&buf, end, 2 * length));
952 REQUIRE (read_uleb128 (&buf, end, &length));
972 REQUIRE (skip_bytes (&buf, end, length));
1017 REQUIRE (this_inf->set_loc);
1025 REQUIRE (skip_cfa_op (&p, end, length));
1057 #undef REQUIRE