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