Home | History | Annotate | Download | only in bfd

Lines Matching defs:REQUIRE

582 #define REQUIRE(COND)					\
624 REQUIRE (_bfd_elf_mmap_section_contents (abfd, sec, &ehbuf));
628 REQUIRE (sec->size == (unsigned int) sec->size);
632 REQUIRE (ptr_size != 0);
645 REQUIRE (skip_bytes (&buf, end, 4));
649 REQUIRE (hdr_length != 0xffffffff);
653 REQUIRE (skip_bytes (&buf, end, 4));
658 REQUIRE (skip_bytes (&buf, end, hdr_length - 4));
664 REQUIRE (sec_info);
670 REQUIRE (local_cies);
679 REQUIRE (cookie->rel->r_info == 0); \
711 REQUIRE (skip_bytes (&buf, ehbuf + sec->size, 4));
715 REQUIRE ((bfd_size_type) (buf - ehbuf) + hdr_length <= sec->size);
727 REQUIRE (bfd_get_32 (abfd, buf - 4) == 0);
728 REQUIRE ((bfd_size_type) (buf - ehbuf) == sec->size);
734 REQUIRE (skip_bytes (&buf, end, 4));
750 REQUIRE (read_byte (&buf, end, &cie->version));
753 REQUIRE (cie->version == 1
756 REQUIRE (strlen ((char *) buf) < sizeof (cie->augmentation));
768 REQUIRE (skip_bytes (&buf, end, ptr_size));
773 REQUIRE (buf + 1 < end);
774 REQUIRE (buf[0] == ptr_size);
775 REQUIRE (buf[1] == 0);
778 REQUIRE (read_uleb128 (&buf, end, &cie->code_align));
779 REQUIRE (read_sleb128 (&buf, end, &cie->data_align));
782 REQUIRE (buf < end);
786 REQUIRE (read_uleb128 (&buf, end, &cie->ra_column));
797 REQUIRE (read_uleb128 (&buf, end, &cie->augmentation_size));
810 REQUIRE (read_byte (&buf, end, &cie->lsda_encoding));
812 REQUIRE (get_DW_EH_PE_width (cie->lsda_encoding, ptr_size));
815 REQUIRE (read_byte (&buf, end, &cie->fde_encoding));
817 REQUIRE (get_DW_EH_PE_width (cie->fde_encoding, ptr_size));
825 REQUIRE (read_byte (&buf, end, &cie->per_encoding));
828 REQUIRE (per_width);
832 REQUIRE (skip_bytes (&buf, end, length));
839 REQUIRE (GET_RELOC (buf));
846 REQUIRE (skip_bytes (&buf, end, per_width));
915 REQUIRE (cie != local_cies + cie_count);
926 REQUIRE (GET_RELOC (buf));
935 REQUIRE (rsec->owner == abfd);
944 REQUIRE (skip_bytes (&buf, end, 2 * length));
959 REQUIRE (read_uleb128 (&buf, end, &length));
979 REQUIRE (skip_bytes (&buf, end, length));
1024 REQUIRE (this_inf->set_loc);
1032 REQUIRE (skip_cfa_op (&p, end, length));
1063 #undef REQUIRE