Searched refs:elf_assert (Results 1 – 1 of 1) sorted by relevance
576 #define elf_assert(test) do { if (!(test)) goto illformed; } while (0) in handle_elf() macro599 elf_assert (elf_ndxscn (scn) == cnt); in handle_elf()636 elf_assert (shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0); in handle_elf()669 elf_assert (shdr_info[shdr_info[cnt].shdr.sh_link].version_idx == 0); in handle_elf()677 elf_assert (shdr_info[cnt].group_idx != 0); in handle_elf()804 elf_assert (shdr_info[cnt].shdr.sh_type == SHT_SYMTAB); in handle_elf()1027 elf_assert (elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in handle_elf()1064 elf_assert (elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in handle_elf()1121 elf_assert (elf_ndxscn (shdr_info[cnt].newscn) == idx); in handle_elf()1211 elf_assert ((versiondata->d_size / sizeof (Elf32_Word)) in handle_elf()[all …]