Home
last modified time | relevance | path

Searched refs:copy_siginfo_to_external (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/
Dcompat_binfmt_elf.c46 #define copy_siginfo_to_external copy_siginfo_to_external32 macro
Dbinfmt_elf.c1628 copy_siginfo_to_external(csigdata, siginfo); in fill_siginfo_note()
/linux-6.6.21/include/linux/
Dsignal.h27 static inline void copy_siginfo_to_external(siginfo_t *to, in copy_siginfo_to_external() function