Lines Matching refs:REQUIRE
568 #define REQUIRE(COND) \ in _bfd_elf_parse_eh_frame() macro
607 REQUIRE (bfd_malloc_and_get_section (abfd, sec, &ehbuf)); in _bfd_elf_parse_eh_frame()
620 REQUIRE (sec->size == (unsigned int) sec->size); in _bfd_elf_parse_eh_frame()
624 REQUIRE (ptr_size != 0); in _bfd_elf_parse_eh_frame()
637 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame()
641 REQUIRE (hdr_length != 0xffffffff); in _bfd_elf_parse_eh_frame()
645 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame()
650 REQUIRE (skip_bytes (&buf, end, hdr_length - 4)); in _bfd_elf_parse_eh_frame()
656 REQUIRE (sec_info); in _bfd_elf_parse_eh_frame()
660 REQUIRE (local_cies); in _bfd_elf_parse_eh_frame()
668 REQUIRE (cookie->rel->r_info == 0); \ in _bfd_elf_parse_eh_frame()
700 REQUIRE (skip_bytes (&buf, ehbuf + sec->size, 4)); in _bfd_elf_parse_eh_frame()
704 REQUIRE ((bfd_size_type) (buf - ehbuf) + hdr_length <= sec->size); in _bfd_elf_parse_eh_frame()
715 REQUIRE ((bfd_size_type) (buf - ehbuf) == sec->size); in _bfd_elf_parse_eh_frame()
721 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame()
737 REQUIRE (read_byte (&buf, end, &cie->version)); in _bfd_elf_parse_eh_frame()
740 REQUIRE (cie->version == 1 in _bfd_elf_parse_eh_frame()
743 REQUIRE (strlen ((char *) buf) < sizeof (cie->augmentation)); in _bfd_elf_parse_eh_frame()
754 REQUIRE (skip_bytes (&buf, end, ptr_size)); in _bfd_elf_parse_eh_frame()
759 REQUIRE (buf + 1 < end); in _bfd_elf_parse_eh_frame()
760 REQUIRE (buf[0] == ptr_size); in _bfd_elf_parse_eh_frame()
761 REQUIRE (buf[1] == 0); in _bfd_elf_parse_eh_frame()
764 REQUIRE (read_uleb128 (&buf, end, &cie->code_align)); in _bfd_elf_parse_eh_frame()
765 REQUIRE (read_sleb128 (&buf, end, &cie->data_align)); in _bfd_elf_parse_eh_frame()
768 REQUIRE (buf < end); in _bfd_elf_parse_eh_frame()
772 REQUIRE (read_uleb128 (&buf, end, &cie->ra_column)); in _bfd_elf_parse_eh_frame()
783 REQUIRE (read_uleb128 (&buf, end, &cie->augmentation_size)); in _bfd_elf_parse_eh_frame()
791 REQUIRE (read_byte (&buf, end, &cie->lsda_encoding)); in _bfd_elf_parse_eh_frame()
793 REQUIRE (get_DW_EH_PE_width (cie->lsda_encoding, ptr_size)); in _bfd_elf_parse_eh_frame()
796 REQUIRE (read_byte (&buf, end, &cie->fde_encoding)); in _bfd_elf_parse_eh_frame()
798 REQUIRE (get_DW_EH_PE_width (cie->fde_encoding, ptr_size)); in _bfd_elf_parse_eh_frame()
806 REQUIRE (read_byte (&buf, end, &cie->per_encoding)); in _bfd_elf_parse_eh_frame()
809 REQUIRE (per_width); in _bfd_elf_parse_eh_frame()
813 REQUIRE (skip_bytes (&buf, end, length)); in _bfd_elf_parse_eh_frame()
818 REQUIRE (GET_RELOC (buf)); in _bfd_elf_parse_eh_frame()
825 REQUIRE (skip_bytes (&buf, end, per_width)); in _bfd_elf_parse_eh_frame()
891 REQUIRE (cie != local_cies + cie_count); in _bfd_elf_parse_eh_frame()
902 REQUIRE (GET_RELOC (buf)); in _bfd_elf_parse_eh_frame()
911 REQUIRE (rsec->owner == abfd); in _bfd_elf_parse_eh_frame()
920 REQUIRE (skip_bytes (&buf, end, 2 * length)); in _bfd_elf_parse_eh_frame()
934 REQUIRE (read_uleb128 (&buf, end, &length)); in _bfd_elf_parse_eh_frame()
954 REQUIRE (skip_bytes (&buf, end, length)); in _bfd_elf_parse_eh_frame()
999 REQUIRE (this_inf->set_loc); in _bfd_elf_parse_eh_frame()
1007 REQUIRE (skip_cfa_op (&p, end, length)); in _bfd_elf_parse_eh_frame()
1041 #undef REQUIRE in _bfd_elf_parse_eh_frame()