Home
last modified time | relevance | path

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

/freebsd-14.2/sys/compat/linux/
H A Dlinux_elf.h41 #define __linuxN(x) __CONCAT(__CONCAT(__CONCAT(linux,__ELF_WORD_SIZE),_),x) macro
43 void __linuxN(prepare_notes)(struct thread *, struct note_info_list *,
45 void __linuxN(arch_copyout_auxargs)(struct image_params *, Elf_Auxinfo **);
46 int __linuxN(copyout_auxargs)(struct image_params *, uintptr_t);
47 int __linuxN(copyout_strings)(struct image_params *, uintptr_t *);
H A Dlinux_elf.c123 NT_PRSTATUS, __linuxN(note_prstatus), thr); in __linuxN()
125 NT_PRPSINFO, __linuxN(note_prpsinfo), p); in __linuxN()
127 LINUX_NT_AUXV, __linuxN(note_nt_auxv), p); in __linuxN()
129 NT_FPREGSET, __linuxN(note_fpregset), thr); in __linuxN()
131 -1, __linuxN(note_threadmd), thr); in __linuxN()
152 __linuxN(note_prpsinfo)(void *arg, struct sbuf *sb, size_t *sizep) in __linuxN() function
216 __linuxN(note_prstatus)(void *arg, struct sbuf *sb, size_t *sizep) in __linuxN() function
250 __linuxN(note_fpregset)(void *arg, struct sbuf *sb, size_t *sizep) in __linuxN() function
275 __linuxN(note_threadmd)(void *arg, struct sbuf *sb, size_t *sizep) in __linuxN() function
297 __linuxN(note_nt_auxv)(void *arg, struct sbuf *sb, size_t *sizep) in __linuxN() function
[all …]
/freebsd-14.2/sys/i386/linux/
H A Dlinux_sysvec.c628 .sv_elf_core_prepare_notes = __linuxN(prepare_notes),
636 .sv_copyout_auxargs = __linuxN(copyout_auxargs),
637 .sv_copyout_strings = __linuxN(copyout_strings),
/freebsd-14.2/sys/arm64/linux/
H A Dlinux_sysvec.c444 .sv_copyout_auxargs = __linuxN(copyout_auxargs),
445 .sv_copyout_strings = __linuxN(copyout_strings),
/freebsd-14.2/sys/amd64/linux/
H A Dlinux_sysvec.c697 .sv_copyout_auxargs = __linuxN(copyout_auxargs),
698 .sv_copyout_strings = __linuxN(copyout_strings),
/freebsd-14.2/sys/amd64/linux32/
H A Dlinux32_sysvec.c796 .sv_copyout_auxargs = __linuxN(copyout_auxargs),