Home
last modified time | relevance | path

Searched defs:__elfN (Results 1 – 8 of 8) sorted by relevance

/titanic_51/usr/src/boot/sys/boot/common/
H A Dload_elf_obj.c84 __elfN(obj_loadfile)(char *filename, u_int64_t dest, in __elfN() function
189 __elfN(obj_loadimage)(struct preloaded_file *fp, elf_file_t ef, u_int64_t off) __elfN() function
351 __elfN(obj_parse_modmetadata)(struct preloaded_file *fp, elf_file_t ef) __elfN() function
423 __elfN(obj_lookup_set)(struct preloaded_file *fp __unused, elf_file_t ef, __elfN() function
461 __elfN(obj_reloc_ptr)(struct preloaded_file *mp, elf_file_t ef, Elf_Addr p, __elfN() function
520 __elfN(obj_symaddr)(struct elf_file *ef, Elf_Size symidx) __elfN() function
[all...]
H A Dload_elf.c90 __elfN(load_elf_header)(char *filename, elf_file_t ef) in __elfN() function
150 __elfN(loadfil function
156 __elfN(loadfile_raw)(char *filename, u_int64_t dest, __elfN() function
300 __elfN(loadimage)(struct preloaded_file *fp, elf_file_t ef, u_int64_t off) __elfN() function
782 __elfN(load_modmetadata)(struct preloaded_file *fp, u_int64_t dest) __elfN() function
897 __elfN(parse_modmetadata)(struct preloaded_file *fp, elf_file_t ef, __elfN() function
1005 __elfN(lookup_symbol)(struct preloaded_file *fp __unused, elf_file_t ef, __elfN() function
1053 __elfN(reloc_ptr)(struct preloaded_file *mp, elf_file_t ef, __elfN() function
1090 __elfN(symaddr)(struct elf_file *ef __unused, Elf_Size symidx __unused) __elfN() function
[all...]
H A Dreloc_elf.c52 __elfN(reloc)(struct elf_file *ef, symaddr_fn *symaddr, const void *reldata, in __elfN() function
/titanic_51/usr/src/boot/sys/boot/uboot/lib/
H A Delf_freebsd.c50 __elfN(uboot_load)(char *filename, u_int64_t dest, in __elfN() function
71 __elfN(uboot_exec)(struct preloaded_file *fp) in __elfN() function
/titanic_51/usr/src/boot/sys/boot/ofw/libofw/
H A Delf_freebsd.c46 __elfN(ofw_loadfile)(char *filename, u_int64_t dest, in __elfN() function
67 __elfN(ofw_exec)(struct preloaded_file *fp) in __elfN() function
/titanic_51/usr/src/boot/sys/boot/efi/loader/arch/arm/
H A Dexec.c50 __elfN(arm_load)(char *filename, u_int64_t dest, in __elfN() function
63 __elfN(arm_exec)(struct preloaded_file *fp) in __elfN() function
/titanic_51/usr/src/boot/sys/sys/
H A Delf_generic.h53 #define __elfN(x) __CONCAT(__CONCAT(__CONCAT(elf,__ELF_WORD_SIZE),_),x) macro
/titanic_51/usr/src/boot/sys/boot/sparc64/loader/
H A Dmain.c339 __elfN(exec)(struct preloaded_file *fp) in __elfN() function