elfclass.h
上传用户:szlgq88
上传日期:2009-04-28
资源大小:48287k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /* This file specifies the native word size of the machine, which indicates
  2.    the ELF file class used for executables and shared objects on this
  3.    machine.  */
  4. #ifndef _LINK_H
  5. # error "Never use <bits/elfclass.h> directly; include <link.h> instead."
  6. #endif
  7. #include <bits/wordsize.h>
  8. #define __ELF_NATIVE_CLASS __WORDSIZE
  9. /* The entries in the .hash table always have a size of 32 bits.  */
  10. typedef uint32_t Elf_Symndx;