ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

elf32.h File Reference

Go to the source code of this file.

Data Structures

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

Defines

#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

Generated on Fri May 25 2012 05:54:25 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.