Subversion Repositories HelenOS

Rev

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

Rev 2966 Rev 2978
Line 36... Line 36...
36
#define ELF_DYN_H_
36
#define ELF_DYN_H_
37
 
37
 
38
#include <arch/elf.h>
38
#include <arch/elf.h>
39
#include <sys/types.h>
39
#include <sys/types.h>
40
 
40
 
41
#include "elf.h"
41
#include <elf.h>
42
#include "arch/elf_dyn.h"
42
#include <arch/elf_dyn.h>
43
 
43
 
44
#define ELF32_R_SYM(i) ((i)>>8)
44
#define ELF32_R_SYM(i) ((i)>>8)
45
#define ELF32_R_TYPE(i) ((unsigned char)(i))
45
#define ELF32_R_TYPE(i) ((unsigned char)(i))
46
 
46
 
47
struct elf32_dyn {
47
struct elf32_dyn {