elftypes.h
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* elftypes.h - Extended Load Format types header */
  2. /* Copyright 1984-1992 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01a,29oct92,ajm  derived from Motorola delta88 elftypes.h
  7. */
  8. #ifndef __INCelftypesh
  9. #define __INCelftypesh
  10. #ifdef __cplusplus
  11. extern "C" {
  12. #endif
  13. /* Copyright (c) 1990 UNIX System Laboratories, Inc. */
  14. /* Copyright (c) 1984, 1986, 1987, 1988, 1989, 1990 AT&T */
  15. /*   All Rights Reserved   */
  16. /* THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF      */
  17. /* UNIX System Laboratories, Inc.                      */
  18. /* The copyright notice above does not evidence any    */
  19. /* actual or intended publication of such source code. */
  20. typedef unsigned long Elf32_Addr;
  21. typedef unsigned short Elf32_Half;
  22. typedef unsigned long Elf32_Off;
  23. typedef long Elf32_Sword;
  24. typedef unsigned long Elf32_Word;
  25. #ifdef __cplusplus
  26. }
  27. #endif
  28. #endif /* __INCelftypesh */