ReactOS 0.4.15-dev-7918-g2a2556c
elf32.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Elf32_Ehdr
 
struct  Elf32_Shdr
 
struct  Elf32_Phdr
 
struct  Elf32_Dyn
 
struct  Elf32_Rel
 
struct  Elf32_Rela
 
struct  Elf32_Sym
 

Macros

#define ELF32_R_SYM(info)   ((info) >> 8)
 
#define ELF32_R_TYPE(info)   ((unsigned char)(info))
 
#define ELF32_R_INFO(sym, type)   (((sym) << 8) + (unsigned char)(type))
 
#define ELF32_ST_BIND(info)   ((info) >> 4)
 
#define ELF32_ST_TYPE(info)   ((info) & 0xf)
 
#define ELF32_ST_INFO(bind, type)   (((bind) << 4) + ((type) & 0xf))
 

Typedefs

typedef ULONG32 Elf32_Addr
 
typedef USHORT Elf32_Half
 
typedef ULONG32 Elf32_Off
 
typedef LONG32 Elf32_Sword
 
typedef ULONG32 Elf32_Word
 
typedef ULONG32 Elf32_Size
 
typedef Elf32_Off Elf32_Hashelt
 

Macro Definition Documentation

◆ ELF32_R_INFO

#define ELF32_R_INFO (   sym,
  type 
)    (((sym) << 8) + (unsigned char)(type))

Definition at line 132 of file elf32.h.

◆ ELF32_R_SYM

#define ELF32_R_SYM (   info)    ((info) >> 8)

Definition at line 128 of file elf32.h.

◆ ELF32_R_TYPE

#define ELF32_R_TYPE (   info)    ((unsigned char)(info))

Definition at line 129 of file elf32.h.

◆ ELF32_ST_BIND

#define ELF32_ST_BIND (   info)    ((info) >> 4)

Definition at line 148 of file elf32.h.

◆ ELF32_ST_INFO

#define ELF32_ST_INFO (   bind,
  type 
)    (((bind) << 4) + ((type) & 0xf))

Definition at line 152 of file elf32.h.

◆ ELF32_ST_TYPE

#define ELF32_ST_TYPE (   info)    ((info) & 0xf)

Definition at line 149 of file elf32.h.

Typedef Documentation

◆ Elf32_Addr

Definition at line 36 of file elf32.h.

◆ Elf32_Half

typedef USHORT Elf32_Half

Definition at line 37 of file elf32.h.

◆ Elf32_Hashelt

Definition at line 42 of file elf32.h.

◆ Elf32_Off

typedef ULONG32 Elf32_Off

Definition at line 38 of file elf32.h.

◆ Elf32_Size

Definition at line 41 of file elf32.h.

◆ Elf32_Sword

Definition at line 39 of file elf32.h.

◆ Elf32_Word

Definition at line 40 of file elf32.h.