Lines Matching refs:elf_assert
576 #define elf_assert(test) do { if (!(test)) goto illformed; } while (0) in handle_elf() macro
599 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()
1217 elf_assert (shdr_info[cnt].shdr.sh_type == SHT_DYNSYM); in handle_elf()
1224 elf_assert ((versiondata->d_size / sizeof (GElf_Versym)) in handle_elf()
1279 elf_assert (shndxdata != NULL); in handle_elf()
1300 elf_assert (sec < SHN_LORESERVE || shndxdata != NULL); in handle_elf()
1327 elf_assert (GELF_ST_TYPE (sym->st_info) == STT_SECTION in handle_elf()
1519 elf_assert (sym != NULL); in handle_elf()
1523 elf_assert (name != NULL); in handle_elf()
1542 elf_assert (shdr_info[cnt].shdr.sh_entsize in handle_elf()
1573 elf_assert (sym != NULL); in handle_elf()
1577 elf_assert (name != NULL); in handle_elf()