Searched refs:elf_assert (Results 1 – 2 of 2) sorted by relevance
1187 #define elf_assert(test) do { if (!(test)) goto illformed; } while (0) in handle_elf() macro1215 elf_assert (elf_ndxscn (scn) == cnt); in handle_elf()1288 elf_assert (shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0); in handle_elf()1322 elf_assert (shdr_info[shdr_info[cnt].shdr.sh_link].version_idx == 0); in handle_elf()1330 elf_assert (shdr_info[cnt].group_idx != 0); in handle_elf()1380 elf_assert (shdr_info[idx].data != NULL in handle_elf()1476 elf_assert (shdr_info[cnt].shdr.sh_type == SHT_SYMTAB); in handle_elf()1743 elf_assert (elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in handle_elf()1787 elf_assert (elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in handle_elf()1850 elf_assert (elf_ndxscn (shdr_info[cnt].newscn) == idx); in handle_elf()[all …]
1455 * strip.c (handle_elf): Correct elf_assert shndxdata check.1805 sanity checks. Use elf_assert instead of plain assert.