Home
last modified time | relevance | path

Searched refs:elf_putfiles (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/kern/
H A Dimgact_elf.c957 static int elf_putfiles(struct proc *, elf_buf_t, struct file *);
1333 error = elf_putfiles(p, target, fp); in __elfN()
1555 elf_putfiles(struct proc *p, elf_buf_t target, struct file *ckfp) in elf_putfiles() function