/titanic_51/usr/src/boot/sys/boot/common/ |
H A D | load_elf_obj.c | 84 __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 D | load_elf.c | 90 __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 D | reloc_elf.c | 52 __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 D | elf_freebsd.c | 50 __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 D | elf_freebsd.c | 46 __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 D | exec.c | 50 __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 D | elf_generic.h | 53 #define __elfN(x) __CONCAT(__CONCAT(__CONCAT(elf,__ELF_WORD_SIZE),_),x) macro
|
/titanic_51/usr/src/boot/sys/boot/sparc64/loader/ |
H A D | main.c | 339 __elfN(exec)(struct preloaded_file *fp) in __elfN() function
|