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

elf.h
Go to the documentation of this file.
00001 #ifndef _REACTOS_ELF_H_
00002 #define _REACTOS_ELF_H_ 1
00003 
00004 /* Machine-independent and word-size-independent definitions */
00005 #include <elf/common.h>
00006 
00007 /*
00008  * Word-size-dependent definitions. All ReactOS builds support all of them,
00009  * even if (obviously) code for the wrong architecture cannot be executed - the
00010  * files can still be used in machine-independent ways, e.g. as resource DLLs
00011  */
00012 #include <elf/elf32.h>
00013 #include <elf/elf64.h>
00014 
00015 /* Machine-dependent definitions */
00016 #include <elf/machine.h>
00017 
00018 #endif
00019 
00020 /* EOF */

Generated on Fri May 25 2012 04:31:33 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.