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/fs.h>
#include <linux/mm.h>
#include <asm/elf.h>

Go to the source code of this file.

Functions

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

Function Documentation

size_t __weak elf_core_extra_data_size ( void  )

Definition at line 25 of file elfcore.c.

Elf_Half __weak elf_core_extra_phdrs ( void  )

Definition at line 8 of file elfcore.c.

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

Definition at line 19 of file elfcore.c.

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

Definition at line 13 of file elfcore.c.