Searched defs:ef_file (Results 1 – 2 of 2) sorted by relevance
47 struct ef_file { struct48 char *ef_name;49 struct elf_file *ef_efile;50 GElf_Phdr *ef_ph;51 void *ef_fpage; /* First block of the file */52 int ef_fplen; /* length of first block */53 GElf_Hashelt ef_nbuckets;54 GElf_Hashelt ef_nchains;55 GElf_Hashelt *ef_buckets;56 GElf_Hashelt *ef_chains;[all …]
69 struct ef_file { struct70 char *ef_name;71 struct elf_file *ef_efile;73 Elf_progent *progtab;74 int nprogtab;76 Elf_relaent *relatab;77 int nrela;79 Elf_relent *reltab;80 int nrel;82 GElf_Sym *ddbsymtab; /* The symbol table we are using */[all …]