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
arch
sh
kernel
sh_ksyms_32.c
Go to the documentation of this file.
1
#include <linux/module.h>
2
#include <linux/string.h>
3
#include <
linux/uaccess.h
>
4
#include <
linux/delay.h
>
5
#include <
linux/mm.h
>
6
#include <asm/checksum.h>
7
#include <asm/sections.h>
8
9
EXPORT_SYMBOL
(
memchr
);
10
EXPORT_SYMBOL
(
memcpy
);
11
EXPORT_SYMBOL
(
memset
);
12
EXPORT_SYMBOL
(
memmove
);
13
EXPORT_SYMBOL
(
__copy_user
);
14
EXPORT_SYMBOL
(
__udelay
);
15
EXPORT_SYMBOL
(
__ndelay
);
16
EXPORT_SYMBOL
(
__const_udelay
);
17
EXPORT_SYMBOL
(
strlen
);
18
EXPORT_SYMBOL
(
csum_partial
);
19
EXPORT_SYMBOL
(
csum_partial_copy_generic
);
20
EXPORT_SYMBOL
(
copy_page
);
21
EXPORT_SYMBOL
(
__clear_user
);
22
EXPORT_SYMBOL
(
empty_zero_page
);
23
24
#define DECLARE_EXPORT(name) \
25
extern void name(void);EXPORT_SYMBOL(name)
26
27
DECLARE_EXPORT
(
__udivsi3
);
28
DECLARE_EXPORT
(__sdivsi3);
29
DECLARE_EXPORT
(__lshrsi3);
30
DECLARE_EXPORT
(__ashrsi3);
31
DECLARE_EXPORT
(__ashlsi3);
32
DECLARE_EXPORT
(__ashiftrt_r4_6);
33
DECLARE_EXPORT
(__ashiftrt_r4_7);
34
DECLARE_EXPORT
(__ashiftrt_r4_8);
35
DECLARE_EXPORT
(__ashiftrt_r4_9);
36
DECLARE_EXPORT
(__ashiftrt_r4_10);
37
DECLARE_EXPORT
(__ashiftrt_r4_11);
38
DECLARE_EXPORT
(__ashiftrt_r4_12);
39
DECLARE_EXPORT
(__ashiftrt_r4_13);
40
DECLARE_EXPORT
(__ashiftrt_r4_14);
41
DECLARE_EXPORT
(__ashiftrt_r4_15);
42
DECLARE_EXPORT
(__ashiftrt_r4_20);
43
DECLARE_EXPORT
(__ashiftrt_r4_21);
44
DECLARE_EXPORT
(__ashiftrt_r4_22);
45
DECLARE_EXPORT
(__ashiftrt_r4_23);
46
DECLARE_EXPORT
(__ashiftrt_r4_24);
47
DECLARE_EXPORT
(__ashiftrt_r4_27);
48
DECLARE_EXPORT
(__ashiftrt_r4_30);
49
DECLARE_EXPORT
(__movstr);
50
DECLARE_EXPORT
(__movstrSI8);
51
DECLARE_EXPORT
(__movstrSI12);
52
DECLARE_EXPORT
(__movstrSI16);
53
DECLARE_EXPORT
(__movstrSI20);
54
DECLARE_EXPORT
(__movstrSI24);
55
DECLARE_EXPORT
(__movstrSI28);
56
DECLARE_EXPORT
(__movstrSI32);
57
DECLARE_EXPORT
(__movstrSI36);
58
DECLARE_EXPORT
(__movstrSI40);
59
DECLARE_EXPORT
(__movstrSI44);
60
DECLARE_EXPORT
(__movstrSI48);
61
DECLARE_EXPORT
(__movstrSI52);
62
DECLARE_EXPORT
(__movstrSI56);
63
DECLARE_EXPORT
(__movstrSI60);
64
DECLARE_EXPORT
(__movstr_i4_even);
65
DECLARE_EXPORT
(__movstr_i4_odd);
66
DECLARE_EXPORT
(__movstrSI12_i4);
67
DECLARE_EXPORT
(__movmem);
68
DECLARE_EXPORT
(__movmemSI8);
69
DECLARE_EXPORT
(__movmemSI12);
70
DECLARE_EXPORT
(__movmemSI16);
71
DECLARE_EXPORT
(__movmemSI20);
72
DECLARE_EXPORT
(__movmemSI24);
73
DECLARE_EXPORT
(__movmemSI28);
74
DECLARE_EXPORT
(__movmemSI32);
75
DECLARE_EXPORT
(__movmemSI36);
76
DECLARE_EXPORT
(__movmemSI40);
77
DECLARE_EXPORT
(__movmemSI44);
78
DECLARE_EXPORT
(__movmemSI48);
79
DECLARE_EXPORT
(__movmemSI52);
80
DECLARE_EXPORT
(__movmemSI56);
81
DECLARE_EXPORT
(__movmemSI60);
82
DECLARE_EXPORT
(__movmem_i4_even);
83
DECLARE_EXPORT
(__movmem_i4_odd);
84
DECLARE_EXPORT
(__movmemSI12_i4);
85
DECLARE_EXPORT
(__udiv_qrnnd_16);
86
DECLARE_EXPORT
(__sdivsi3_i4);
87
DECLARE_EXPORT
(__udivsi3_i4);
88
DECLARE_EXPORT
(__sdivsi3_i4i);
89
DECLARE_EXPORT
(__udivsi3_i4i);
90
#ifdef CONFIG_MCOUNT
91
DECLARE_EXPORT
(mcount);
92
#endif
Generated on Thu Jan 10 2013 13:17:57 for Linux Kernel by
1.8.2