Lines Matching defs:ehdr
340 check_elf_header (Ebl *ebl, GElf_Ehdr *ehdr, size_t size) in check_elf_header()
603 check_symtab (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_symtab()
1072 is_rel_dyn (Ebl *ebl, const GElf_Ehdr *ehdr, int idx, const GElf_Shdr *shdr, in is_rel_dyn()
1246 check_reloc_shdr (Ebl *ebl, const GElf_Ehdr *ehdr, const GElf_Shdr *shdr, in check_reloc_shdr()
1368 check_one_reloc (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *relshdr, int idx, in check_one_reloc()
1489 check_rela (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_rela()
1540 check_rel (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_rel()
1595 check_dynamic (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_dynamic()
1926 check_symtab_shndx (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_symtab_shndx()
2300 check_hash (int tag, Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_hash()
2373 compare_hash_gnu_hash (Ebl *ebl, GElf_Ehdr *ehdr, size_t hash_idx, in compare_hash_gnu_hash()
2618 check_group (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_group()
3421 check_attributes (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_attributes()
3680 check_sections (Ebl *ebl, GElf_Ehdr *ehdr) in check_sections()
4279 check_note_data (Ebl *ebl, const GElf_Ehdr *ehdr, in check_note_data()
4390 check_note (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Phdr *phdr, int cnt) in check_note()
4423 check_note_section (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_note_section()
4459 check_program_header (Ebl *ebl, GElf_Ehdr *ehdr) in check_program_header()
4719 GElf_Ehdr *ehdr __attribute__ ((unused))) in check_exception_data()
4743 GElf_Ehdr *ehdr = gelf_getehdr (elf, &ehdr_mem); in process_elf_file() local