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

Go to the source code of this file.

Functions

Elf64_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

size_t elf_core_extra_data_size ( void  )

Definition at line 66 of file elfcore.c.

Elf64_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.