Subversion Repositories HelenOS

Rev

Rev 2978 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2978 Rev 2980
Line 98... Line 98...
98
#define DT_JMPREL   23
98
#define DT_JMPREL   23
99
#define DT_BIND_NOW 24
99
#define DT_BIND_NOW 24
100
#define DT_LOPROC   0x70000000
100
#define DT_LOPROC   0x70000000
101
#define DT_HIPROC   0x7fffffff
101
#define DT_HIPROC   0x7fffffff
102
 
102
 
-
 
103
/*
-
 
104
 * Special section indexes
-
 
105
 */
-
 
106
#define SHN_UNDEF   0
-
 
107
#define SHN_LORESERVE   0xff00
-
 
108
#define SHN_LOPROC  0xff00
-
 
109
#define SHN_HIPROC  0xff1f
-
 
110
#define SHN_ABS     0xfff1
-
 
111
#define SHN_COMMON  0xfff2
-
 
112
#define SHN_HIRESERVE   0xffff
-
 
113
 
103
#endif
114
#endif
104
 
115
 
105
/** @}
116
/** @}
106
 */
117
 */