Lines Matching refs:REQUIRE

463 #define REQUIRE(COND)					\  in _bfd_elf_parse_eh_frame()  macro
502 REQUIRE (bfd_malloc_and_get_section (abfd, sec, &ehbuf)); in _bfd_elf_parse_eh_frame()
515 REQUIRE (sec->size == (unsigned int) sec->size); in _bfd_elf_parse_eh_frame()
519 REQUIRE (ptr_size != 0); in _bfd_elf_parse_eh_frame()
532 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame()
536 REQUIRE (hdr_length != 0xffffffff); in _bfd_elf_parse_eh_frame()
540 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame()
545 REQUIRE (skip_bytes (&buf, end, hdr_length - 4)); in _bfd_elf_parse_eh_frame()
551 REQUIRE (sec_info); in _bfd_elf_parse_eh_frame()
555 REQUIRE (local_cies); in _bfd_elf_parse_eh_frame()
563 REQUIRE (cookie->rel->r_info == 0); \ in _bfd_elf_parse_eh_frame()
595 REQUIRE (skip_bytes (&buf, ehbuf + sec->size, 4)); in _bfd_elf_parse_eh_frame()
599 REQUIRE ((bfd_size_type) (buf - ehbuf) + hdr_length <= sec->size); in _bfd_elf_parse_eh_frame()
610 REQUIRE ((bfd_size_type) (buf - ehbuf) == sec->size); in _bfd_elf_parse_eh_frame()
616 REQUIRE (skip_bytes (&buf, end, 4)); in _bfd_elf_parse_eh_frame()
632 REQUIRE (read_byte (&buf, end, &cie->version)); in _bfd_elf_parse_eh_frame()
635 REQUIRE (cie->version == 1 in _bfd_elf_parse_eh_frame()
638 REQUIRE (strlen ((char *) buf) < sizeof (cie->augmentation)); in _bfd_elf_parse_eh_frame()
649 REQUIRE (skip_bytes (&buf, end, ptr_size)); in _bfd_elf_parse_eh_frame()
654 REQUIRE (buf + 1 < end); in _bfd_elf_parse_eh_frame()
655 REQUIRE (buf[0] == ptr_size); in _bfd_elf_parse_eh_frame()
656 REQUIRE (buf[1] == 0); in _bfd_elf_parse_eh_frame()
659 REQUIRE (read_uleb128 (&buf, end, &cie->code_align)); in _bfd_elf_parse_eh_frame()
660 REQUIRE (read_sleb128 (&buf, end, &cie->data_align)); in _bfd_elf_parse_eh_frame()
663 REQUIRE (buf < end); in _bfd_elf_parse_eh_frame()
667 REQUIRE (read_uleb128 (&buf, end, &cie->ra_column)); in _bfd_elf_parse_eh_frame()
678 REQUIRE (read_uleb128 (&buf, end, &cie->augmentation_size)); in _bfd_elf_parse_eh_frame()
686 REQUIRE (read_byte (&buf, end, &cie->lsda_encoding)); in _bfd_elf_parse_eh_frame()
688 REQUIRE (get_DW_EH_PE_width (cie->lsda_encoding, ptr_size)); in _bfd_elf_parse_eh_frame()
691 REQUIRE (read_byte (&buf, end, &cie->fde_encoding)); in _bfd_elf_parse_eh_frame()
693 REQUIRE (get_DW_EH_PE_width (cie->fde_encoding, ptr_size)); in _bfd_elf_parse_eh_frame()
701 REQUIRE (read_byte (&buf, end, &cie->per_encoding)); in _bfd_elf_parse_eh_frame()
704 REQUIRE (per_width); in _bfd_elf_parse_eh_frame()
708 REQUIRE (skip_bytes (&buf, end, length)); in _bfd_elf_parse_eh_frame()
713 REQUIRE (GET_RELOC (buf)); in _bfd_elf_parse_eh_frame()
720 REQUIRE (skip_bytes (&buf, end, per_width)); in _bfd_elf_parse_eh_frame()
787 REQUIRE (cie != local_cies + cie_count); in _bfd_elf_parse_eh_frame()
798 REQUIRE (GET_RELOC (buf)); in _bfd_elf_parse_eh_frame()
806 REQUIRE (rsec->owner == abfd); in _bfd_elf_parse_eh_frame()
815 REQUIRE (skip_bytes (&buf, end, 2 * length)); in _bfd_elf_parse_eh_frame()
829 REQUIRE (read_uleb128 (&buf, end, &length)); in _bfd_elf_parse_eh_frame()
849 REQUIRE (skip_bytes (&buf, end, length)); in _bfd_elf_parse_eh_frame()
894 REQUIRE (this_inf->set_loc); in _bfd_elf_parse_eh_frame()
902 REQUIRE (skip_cfa_op (&p, end, length)); in _bfd_elf_parse_eh_frame()
936 #undef REQUIRE in _bfd_elf_parse_eh_frame()