elf_buf_t
target_reserve(elf_buf_t target, size_t bytes, int *error)
int numsegs, elf_buf_t target)
__elfN(puthdr)(struct lwp *lp, elf_buf_t target, int sig, enum putmode mode,
elf_putallnotes(struct lwp *corelp, elf_buf_t target, int sig,
__elfN(putnote)(elf_buf_t target, const char *name, int type,
elf_putsigs(struct lwp *lp, elf_buf_t target)
elf_putfiles(struct proc *p, elf_buf_t target, struct file *ckfp)
elf_puttextvp(struct proc *p, elf_buf_t target)
static void *target_reserve(elf_buf_t target, size_t bytes, int *error);
int, elf_buf_t);
static int __elfN(puthdr)(struct lwp *, elf_buf_t, int sig, enum putmode,
static int elf_putallnotes(struct lwp *, elf_buf_t, int, enum putmode);
static int __elfN(putnote)(elf_buf_t, const char *, int, const void *, size_t);
static int elf_putsigs(struct lwp *, elf_buf_t);
static int elf_puttextvp(struct proc *, elf_buf_t);
static int elf_putfiles(struct proc *, elf_buf_t, struct file *);