Subversion Repositories HelenOS

Rev

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

Rev 3687 Rev 3688
Line 39... Line 39...
39
 * ia32 dynamic relocation types
39
 * ia32 dynamic relocation types
40
 */
40
 */
41
 
41
 
42
#define R_386_32    1
42
#define R_386_32    1
43
#define R_386_PC32  2
43
#define R_386_PC32  2
-
 
44
#define R_386_COPY  5
44
#define R_386_GLOB_DAT  6
45
#define R_386_GLOB_DAT  6
45
#define R_386_JUMP_SLOT 7
46
#define R_386_JUMP_SLOT 7
46
#define R_386_RELATIVE  8
47
#define R_386_RELATIVE  8
47
 
48
 
-
 
49
#define R_386_TLS_DTPMOD32 35
-
 
50
 
48
#endif
51
#endif
49
 
52
 
50
/** @}
53
/** @}
51
 */
54
 */