• Home
  • Raw
  • Download

Lines Matching defs:ebl

319 section_name (Ebl *ebl, int idx)  in section_name()
353 check_elf_header (Ebl *ebl, GElf_Ehdr *ehdr, size_t size) in check_elf_header()
514 check_scn_group (Ebl *ebl, int idx) in check_scn_group()
563 check_symtab (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_symtab()
986 is_rel_dyn (Ebl *ebl, const GElf_Ehdr *ehdr, int idx, const GElf_Shdr *shdr, in is_rel_dyn()
1148 check_reloc_shdr (Ebl *ebl, const GElf_Ehdr *ehdr, const GElf_Shdr *shdr, in check_reloc_shdr()
1269 check_one_reloc (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *relshdr, int idx, in check_one_reloc()
1390 check_rela (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_rela()
1440 check_rel (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_rel()
1494 check_dynamic (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_dynamic()
1830 check_symtab_shndx (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_symtab_shndx()
1911 check_sysv_hash (Ebl *ebl, GElf_Shdr *shdr, Elf_Data *data, int idx, in check_sysv_hash()
1952 check_sysv_hash64 (Ebl *ebl, GElf_Shdr *shdr, Elf_Data *data, int idx, in check_sysv_hash64()
1993 check_gnu_hash (Ebl *ebl, GElf_Shdr *shdr, Elf_Data *data, int idx, in check_gnu_hash()
2135 check_hash (int tag, Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_hash()
2202 compare_hash_gnu_hash (Ebl *ebl, GElf_Ehdr *ehdr, size_t hash_idx, in compare_hash_gnu_hash()
2336 check_null (Ebl *ebl, GElf_Shdr *shdr, int idx) in check_null()
2356 check_group (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_group()
2551 has_copy_reloc (Ebl *ebl, unsigned int symscnndx, unsigned int symndx) in has_copy_reloc()
2604 in_nobits_scn (Ebl *ebl, unsigned int shndx) in in_nobits_scn()
2650 check_versym (Ebl *ebl, int idx) in check_versym()
2805 check_verneed (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_verneed()
2934 check_verdef (Ebl *ebl, GElf_Shdr *shdr, int idx) in check_verdef()
3113 check_attributes (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_attributes()
3363 check_sections (Ebl *ebl, GElf_Ehdr *ehdr) in check_sections()
3886 check_note_data (Ebl *ebl, const GElf_Ehdr *ehdr, in check_note_data()
3966 check_note (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Phdr *phdr, int cnt) in check_note()
3997 check_note_section (Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *shdr, int idx) in check_note_section()
4028 check_program_header (Ebl *ebl, GElf_Ehdr *ehdr) in check_program_header()
4212 Ebl *ebl; in process_elf_file() local