Subversion Repositories HelenOS

Rev

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

Rev 2965 Rev 3687
Line 38... Line 38...
38
/*
38
/*
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_GLOB_DAT  6
44
#define R_386_GLOB_DAT  6
44
#define R_386_JUMP_SLOT 7
45
#define R_386_JUMP_SLOT 7
45
#define R_386_RELATIVE  8
46
#define R_386_RELATIVE  8
46
 
47
 
47
#endif
48
#endif