Searched refs:elf_assert (Results 1 – 2 of 2) sorted by relevance
1141 #define elf_assert(test) do { if (!(test)) goto illformed; } while (0) in handle_elf() macro1169 elf_assert (elf_ndxscn (scn) == cnt); in handle_elf()1242 elf_assert (shdr_info[shdr_info[cnt].shdr.sh_link].symtab_idx == 0); in handle_elf()1276 elf_assert (shdr_info[shdr_info[cnt].shdr.sh_link].version_idx == 0); in handle_elf()1284 elf_assert (shdr_info[cnt].group_idx != 0); in handle_elf()1334 elf_assert (shdr_info[idx].data != NULL in handle_elf()1430 elf_assert (shdr_info[cnt].shdr.sh_type == SHT_SYMTAB); in handle_elf()1692 elf_assert (elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in handle_elf()1736 elf_assert (elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx); in handle_elf()1799 elf_assert (elf_ndxscn (shdr_info[cnt].newscn) == idx); in handle_elf()[all …]
1049 * strip.c (handle_elf): Correct elf_assert shndxdata check.1399 sanity checks. Use elf_assert instead of plain assert.