elf_core_copy_fpregs  204 arch/x86/um/asm/elf.h extern int elf_core_copy_fpregs(struct task_struct *t, elf_fpregset_t *fpu);
elf_core_copy_fpregs  206 arch/x86/um/asm/elf.h #define ELF_CORE_COPY_FPREGS(t, fpu) elf_core_copy_fpregs(t, fpu)