Home
last modified time | relevance | path

Searched defs:__linuxN (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_elf.c104 __linuxN(prepare_notes)(struct thread *td, struct note_info_list *list, in __linuxN() function
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
327 __linuxN(copyout_strings)(struct image_params *imgp, uintptr_t *stack_base) in __linuxN() function
490 __linuxN(copyout_auxargs)(struct image_params *imgp, uintptr_t base) in __linuxN() function
H A Dlinux_elf.h41 #define __linuxN(x) __CONCAT(__CONCAT(__CONCAT(linux,__ELF_WORD_SIZE),_),x) macro