Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
kernel
elfcore.c
Go to the documentation of this file.
1
#include <linux/elf.h>
2
#include <linux/fs.h>
3
#include <
linux/mm.h
>
4
5
#include <asm/elf.h>
6
7
8
Elf_Half
__weak
elf_core_extra_phdrs
(
void
)
9
{
10
return
0;
11
}
12
13
int
__weak
elf_core_write_extra_phdrs
(
struct
file
*
file
, loff_t
offset
,
size_t
*
size
,
14
unsigned
long
limit
)
15
{
16
return
1;
17
}
18
19
int
__weak
elf_core_write_extra_data
(
struct
file
*
file
,
size_t
*
size
,
20
unsigned
long
limit
)
21
{
22
return
1;
23
}
24
25
size_t
__weak
elf_core_extra_data_size
(
void
)
26
{
27
return
0;
28
}
Generated on Thu Jan 10 2013 13:06:36 for Linux Kernel by
1.8.2