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

elf64.h File Reference

Go to the source code of this file.

Data Structures

struct  Elf64_Ehdr
struct  Elf64_Shdr
struct  Elf64_Phdr
struct  Elf64_Dyn
struct  Elf64_Rel
struct  Elf64_Rela
struct  Elf64_Sym

Defines

#define ELF64_R_SYM(info)   ((info) >> 32)
#define ELF64_R_TYPE(info)   ((unsigned char)(info))
#define ELF64_R_INFO(sym, type)   (((sym) << 32) + (unsigned char)(type))
#define ELF64_ST_BIND(info)   ((info) >> 4)
#define ELF64_ST_TYPE(info)   ((info) & 0xf)
#define ELF64_ST_INFO(bind, type)   (((bind) << 4) + ((type) & 0xf))

Typedefs

typedef ULONG64 Elf64_Addr
typedef ULONG32 Elf64_Half
typedef ULONG64 Elf64_Off
typedef LONG64 Elf64_Sword
typedef ULONG64 Elf64_Word
typedef ULONG64 Elf64_Size
typedef USHORT Elf64_Quarter
typedef Elf64_Half Elf64_Hashelt

Generated on Sun May 27 2012 05:56:34 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.