Searched defs:__elfN (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/sys/kern/ |
H A D | imgact_elf.c | 139 __elfN(insert_brand_entry)(Elf_Brandinfo *entry) in __elfN() function 158 __elfN(remove_brand_entry)(Elf_Brandinfo *entry) in __elfN() function 187 __elfN(brand_inuse)(Elf_Brandinfo *entry) in __elfN() function 211 __elfN(check_header)(const Elf_Ehdr *hdr) in __elfN() function 241 __elfN(load_section)(struct proc *p, struct vmspace *vmspace, struct vnode *vp, in __elfN() function 407 __elfN(load_file)(struct proc *p, const char *file, u_long *addr, u_long *entry) in __elfN() function 535 __elfN(get_brandinfo)(struct image_params *imgp, const char *interp, in __elfN() function 873 __elfN(dragonfly_fixup)(register_t **stack_base, struct image_params *imgp) in __elfN() function 960 __elfN(coredump)(struct lwp *lp, int sig, struct vnode *vp, off_t limit) in __elfN() function 1282 __elfN(corehdr)(struct lwp *lp, int sig, struct file *fp, struct ucred *cred, in __elfN() function [all …]
|
/dflybsd-src/stand/boot/common/ |
H A D | load_elf_obj.c | 83 __elfN(obj_loadfile)(char *filename, u_int64_t dest, in __elfN() function 193 __elfN(obj_loadimage)(struct preloaded_file *fp, elf_file_t ef, u_int64_t off) in __elfN() function 331 __elfN(obj_parse_modmetadata)(struct preloaded_file *fp, elf_file_t ef) in __elfN() function 402 __elfN(obj_lookup_set)(struct preloaded_file *fp, elf_file_t ef, in __elfN() function 440 __elfN(obj_reloc_ptr)(struct preloaded_file *mp, elf_file_t ef, Elf_Addr p, in __elfN() function 498 __elfN(obj_symaddr)(struct elf_file *ef, Elf_Size symidx) in __elfN() function
|
H A D | load_elf.c | 93 __elfN(loadfile)(char *filename, u_int64_t dest, struct preloaded_file **result) in __elfN() function 260 __elfN(loadimage)(struct preloaded_file *fp, elf_file_t ef, u_int64_t off) in __elfN() function 589 __elfN(parse_modmetadata)(struct preloaded_file *fp, elf_file_t ef) in __elfN() function 689 __elfN(lookup_symbol)(struct preloaded_file *fp, elf_file_t ef, const char* name, in __elfN() function 737 __elfN(reloc_ptr)(struct preloaded_file *mp, elf_file_t ef, in __elfN() function 773 __elfN(symaddr)(struct elf_file *ef, Elf_Size symidx) in __elfN() function
|
H A D | reloc_elf.c | 52 __elfN(reloc)(struct elf_file *ef, symaddr_fn *symaddr, const void *reldata, in __elfN() function
|
/dflybsd-src/sys/sys/ |
H A D | elf_generic.h | 57 #define __elfN(x) __CONCAT(__CONCAT(__CONCAT(elf,__ELF_WORD_SIZE),_),x) macro
|