Go to the documentation of this file.
17 #ifndef _cris_relocate_h
18 #define _cris_relocate_h
38 #undef SANITYCHECK_RELOC
47 #ifndef SHARE_LIB_CORE
48 # if (defined(__KERNEL__) || !defined(RELOC_DEBUG)) \
49 && !defined(CONFIG_SHARE_SHLIB_CORE)
50 # define SHARE_LIB_CORE 0
52 # define SHARE_LIB_CORE 1
61 unsigned long data,
unsigned long dlength,
62 unsigned long baddr,
unsigned long blength,
66 unsigned char *trel,
unsigned long tsrel,
73 unsigned char *
symbols,
unsigned long symlength,
74 unsigned char *strings,
unsigned long stringlength,
79 int euid,
int is_suid);
84 struct task_reloc_debug {
85 struct memdebug *alloclast;
86 unsigned long alloc_total;
87 unsigned long export_total;
107 # define shlibmod_exit(x)
108 # define shlibmod_fork(x) 1
111 #endif _cris_relocate_h