Lines Matching refs:elf_file_t
74 } *elf_file_t; typedef
82 static int __elfN(loadimage)(struct preloaded_file *mp, elf_file_t ef,
84 static int __elfN(lookup_symbol)(elf_file_t ef, const char* name,
86 static int __elfN(reloc_ptr)(struct preloaded_file *mp, elf_file_t ef,
88 static int __elfN(parse_modmetadata)(struct preloaded_file *mp, elf_file_t ef,
220 is_kernphys_relocatable(elf_file_t ef) in is_kernphys_relocatable()
230 is_tg_kernel_support(struct preloaded_file *fp, elf_file_t ef) in is_tg_kernel_support()
266 __elfN(load_elf_header)(char *filename, elf_file_t ef) in __elfN()
529 __elfN(loadimage)(struct preloaded_file *fp, elf_file_t ef, uint64_t off)
1116 __elfN(parse_modmetadata)(struct preloaded_file *fp, elf_file_t ef,
1228 __elfN(lookup_symbol)(elf_file_t ef, const char* name, Elf_Sym *symp,
1280 __elfN(reloc_ptr)(struct preloaded_file *mp, elf_file_t ef,