Symbol: __linuxN
sys/amd64/linux/linux_sysvec.c
697
.sv_copyout_auxargs = __linuxN(copyout_auxargs),
sys/amd64/linux/linux_sysvec.c
698
.sv_copyout_strings = __linuxN(copyout_strings),
sys/amd64/linux32/linux32_sysvec.c
797
.sv_copyout_auxargs = __linuxN(copyout_auxargs),
sys/arm64/linux/linux_sysvec.c
446
.sv_copyout_auxargs = __linuxN(copyout_auxargs),
sys/arm64/linux/linux_sysvec.c
447
.sv_copyout_strings = __linuxN(copyout_strings),
sys/compat/linux/linux_elf.c
100
static void __linuxN(note_threadmd)(void *, struct sbuf *, size_t *);
sys/compat/linux/linux_elf.c
101
static void __linuxN(note_nt_auxv)(void *, struct sbuf *, size_t *);
sys/compat/linux/linux_elf.c
104
__linuxN(prepare_notes)(struct thread *td, struct note_info_list *list,
sys/compat/linux/linux_elf.c
123
NT_PRSTATUS, __linuxN(note_prstatus), thr);
sys/compat/linux/linux_elf.c
125
NT_PRPSINFO, __linuxN(note_prpsinfo), p);
sys/compat/linux/linux_elf.c
127
LINUX_NT_AUXV, __linuxN(note_nt_auxv), p);
sys/compat/linux/linux_elf.c
129
NT_FPREGSET, __linuxN(note_fpregset), thr);
sys/compat/linux/linux_elf.c
131
-1, __linuxN(note_threadmd), thr);
sys/compat/linux/linux_elf.c
152
__linuxN(note_prpsinfo)(void *arg, struct sbuf *sb, size_t *sizep)
sys/compat/linux/linux_elf.c
216
__linuxN(note_prstatus)(void *arg, struct sbuf *sb, size_t *sizep)
sys/compat/linux/linux_elf.c
250
__linuxN(note_fpregset)(void *arg, struct sbuf *sb, size_t *sizep)
sys/compat/linux/linux_elf.c
275
__linuxN(note_threadmd)(void *arg, struct sbuf *sb, size_t *sizep)
sys/compat/linux/linux_elf.c
297
__linuxN(note_nt_auxv)(void *arg, struct sbuf *sb, size_t *sizep)
sys/compat/linux/linux_elf.c
327
__linuxN(copyout_strings)(struct image_params *imgp, uintptr_t *stack_base)
sys/compat/linux/linux_elf.c
490
__linuxN(copyout_auxargs)(struct image_params *imgp, uintptr_t base)
sys/compat/linux/linux_elf.c
504
__linuxN(arch_copyout_auxargs)(imgp, &pos);
sys/compat/linux/linux_elf.c
97
static void __linuxN(note_fpregset)(void *, struct sbuf *, size_t *);
sys/compat/linux/linux_elf.c
98
static void __linuxN(note_prpsinfo)(void *, struct sbuf *, size_t *);
sys/compat/linux/linux_elf.c
99
static void __linuxN(note_prstatus)(void *, struct sbuf *, size_t *);
sys/compat/linux/linux_elf.h
43
void __linuxN(prepare_notes)(struct thread *, struct note_info_list *,
sys/compat/linux/linux_elf.h
45
void __linuxN(arch_copyout_auxargs)(struct image_params *, Elf_Auxinfo **);
sys/compat/linux/linux_elf.h
46
int __linuxN(copyout_auxargs)(struct image_params *, uintptr_t);
sys/compat/linux/linux_elf.h
47
int __linuxN(copyout_strings)(struct image_params *, uintptr_t *);
sys/i386/linux/linux_sysvec.c
630
.sv_elf_core_prepare_notes = __linuxN(prepare_notes),
sys/i386/linux/linux_sysvec.c
638
.sv_copyout_auxargs = __linuxN(copyout_auxargs),
sys/i386/linux/linux_sysvec.c
639
.sv_copyout_strings = __linuxN(copyout_strings),