Searched refs:__linuxN (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/compat/linux/ |
| H A D | linux_elf.h | 41 #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 D | linux_elf.c | 97 static void __linuxN(note_fpregset)(void *, struct sbuf *, size_t *); 98 static void __linuxN(note_prpsinfo)(void *, struct sbuf *, size_t *); 99 static void __linuxN(note_prstatus)(void *, struct sbuf *, size_t *); 100 static void __linuxN(note_threadmd)(void *, struct sbuf *, size_t *); 101 static void __linuxN(note_nt_auxv)(void *, struct sbuf *, size_t *); 104 __linuxN(prepare_notes)(struct thread *td, struct note_info_list *list, in __linuxN() function 123 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() [all …]
|
| /freebsd/sys/i386/linux/ |
| H A D | linux_sysvec.c | 630 .sv_elf_core_prepare_notes = __linuxN(prepare_notes), 638 .sv_copyout_auxargs = __linuxN(copyout_auxargs), 639 .sv_copyout_strings = __linuxN(copyout_strings),
|
| /freebsd/sys/arm64/linux/ |
| H A D | linux_sysvec.c | 446 .sv_copyout_auxargs = __linuxN(copyout_auxargs), 447 .sv_copyout_strings = __linuxN(copyout_strings),
|
| /freebsd/sys/amd64/linux/ |
| H A D | linux_sysvec.c | 697 .sv_copyout_auxargs = __linuxN(copyout_auxargs), 698 .sv_copyout_strings = __linuxN(copyout_strings),
|
| /freebsd/sys/amd64/linux32/ |
| H A D | linux32_sysvec.c | 797 .sv_copyout_auxargs = __linuxN(copyout_auxargs),
|