Searched refs:REQUIRE (Results 1 – 2 of 2) sorted by relevance
568 #define REQUIRE(COND) \ in _bfd_elf_parse_eh_frame() macro607 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()[all …]
5090 assert-style REQUIRE() macro to handle sanity checks.