Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
elfcore.h File Reference
#include <linux/user.h>
#include <linux/bug.h>
#include <asm/elf.h>
#include <uapi/linux/elfcore.h>

Go to the source code of this file.

Functions

int dump_fpu (struct pt_regs *, elf_fpregset_t *)
 
Elf_Half elf_core_extra_phdrs (void)
 
int elf_core_write_extra_phdrs (struct file *file, loff_t offset, size_t *size, unsigned long limit)
 
int elf_core_write_extra_data (struct file *file, size_t *size, unsigned long limit)
 
size_t elf_core_extra_data_size (void)
 

Function Documentation

int dump_fpu ( struct pt_regs ,
elf_fpregset_t  
)

Definition at line 328 of file process.c.

size_t elf_core_extra_data_size ( void  )

Definition at line 66 of file elfcore.c.

Elf_Half elf_core_extra_phdrs ( void  )

Definition at line 9 of file elfcore.c.

int elf_core_write_extra_data ( struct file file,
size_t size,
unsigned long  limit 
)

Definition at line 45 of file elfcore.c.

int elf_core_write_extra_phdrs ( struct file file,
loff_t  offset,
size_t size,
unsigned long  limit 
)

Definition at line 14 of file elfcore.c.