/freebsd/sys/kern/ |
H A D | imgact_elf.c | 239 __elfN(freebsd_trans_osrel)(const Elf_Note *note, int32_t *osrel) in __elfN() function 284 __elfN(insert_brand_entry)(Elf_Brandinfo *entry) in __elfN() function 303 __elfN(remove_brand_entry)(Elf_Brandinfo *entry) in __elfN() function 319 __elfN(brand_inuse)(Elf_Brandinfo *entry) in __elfN() function 337 __elfN(get_brandinfo)(struct image_params *imgp, const char *interp, in __elfN() function 481 __elfN(phdr_in_zero_page)(const Elf_Ehdr *hdr) in __elfN() function 488 __elfN(check_header)(const Elf_Ehdr *hdr) in __elfN() function 517 __elfN(map_partial)(vm_map_t map, vm_object_t object, vm_ooffset_t offset, in __elfN() function 549 __elfN(map_insert)(const struct image_params *imgp, vm_map_t map, in __elfN() function 621 __elfN(load_section)(const struct image_params *imgp, vm_ooffset_t offset, in __elfN() function [all …]
|
/freebsd/sys/compat/linux/ |
H A D | linux_vdso.c | 56 __elfN(linux_vdso_sym_init)(struct linux_vdso_sym *s) in __elfN() function 63 __elfN(linux_shared_page_init)(char **mapping, vm_size_t size) in __elfN() function 89 __elfN(linux_shared_page_fini)(vm_object_t obj, void *mapping, in __elfN() function 101 __elfN(linux_vdso_fixup)(char *base, vm_offset_t offset) in __elfN() function
|
/freebsd/stand/common/ |
H A D | load_elf_obj.c | 87 __elfN(obj_loadfile)(char *filename, uint64_t dest, in __elfN() function 224 __elfN(obj_loadimage)(struct preloaded_file *fp, elf_file_t ef, uint64_t off) in __elfN() function 395 __elfN(obj_parse_modmetadata)(struct preloaded_file *fp, elf_file_t ef) in __elfN() function 467 __elfN(obj_lookup_set)(struct preloaded_file *fp, elf_file_t ef, in __elfN() function 505 __elfN(obj_reloc_ptr)(struct preloaded_file *mp, elf_file_t ef, Elf_Addr p, in __elfN() function 563 __elfN(obj_symaddr)(struct elf_file *ef, Elf_Size symidx) in __elfN() function
|
H A D | load_elf.c | 266 __elfN(load_elf_header)(char *filename, elf_file_t ef) in __elfN() function 358 __elfN(loadfile)(char *filename, uint64_t dest, struct preloaded_file **result) in __elfN() function 364 __elfN(loadfile_raw)(char *filename, uint64_t dest, in __elfN() function 529 __elfN(loadimage)(struct preloaded_file *fp, elf_file_t ef, uint64_t off) function 989 __elfN(load_modmetadata)(struct preloaded_file *fp, uint64_t dest) function 1116 __elfN(parse_modmetadata)(struct preloaded_file *fp, elf_file_t ef, function 1228 __elfN(lookup_symbol)(elf_file_t ef, const char* name, Elf_Sym *symp, function 1280 __elfN(reloc_ptr)(struct preloaded_file *mp, elf_file_t ef, function 1316 __elfN(symaddr)(struct elf_file *ef, Elf_Size symidx) function
|
H A D | reloc_elf.c | 48 __elfN(reloc)(struct elf_file *ef, symaddr_fn *symaddr, const void *reldata, in __elfN() function
|
/freebsd/stand/uboot/ |
H A D | elf_freebsd.c | 42 __elfN(uboot_load)(char *filename, uint64_t dest, in __elfN() function 63 __elfN(uboot_exec)(struct preloaded_file *fp) in __elfN() function
|
/freebsd/stand/powerpc/ofw/ |
H A D | elf_freebsd.c | 47 __elfN(ofw_loadfile)(char *filename, uint64_t dest, in __elfN() function 68 __elfN(ofw_exec)(struct preloaded_file *fp) in __elfN() function
|
/freebsd/stand/efi/loader/arch/arm/ |
H A D | exec.c | 44 __elfN(arm_load)(char *filename, uint64_t dest, in __elfN() function 57 __elfN(arm_exec)(struct preloaded_file *fp) in __elfN() function
|
/freebsd/sys/powerpc/powerpc/ |
H A D | elf_common.c | 31 __elfN(powerpc_copyout_auxargs)(struct image_params *imgp, uintptr_t base) in __elfN() function
|
/freebsd/stand/efi/loader/arch/riscv/ |
H A D | exec.c | 44 __elfN(exec)(struct preloaded_file *fp) in __elfN() function
|
/freebsd/sys/sys/ |
H A D | elf_generic.h | 53 #define __elfN(x) __CONCAT(__CONCAT(__CONCAT(elf,__ELF_WORD_SIZE),_),x) macro
|