source: svn/newcon3bcm2_21bu/toolchain/mipsel-linux-uclibc/include/bits/elfclass.h @ 74

Last change on this file since 74 was 74, checked in by phkim, 10 years ago
  1. phkim
  2. zasc
  3. 변경 내용
    • CT_ChMapUpdatePMTAC3AudioDescriptor 메모리 leak 버그 수정
  • Property svn:executable set to *
File size: 426 bytes
Line 
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
5#ifndef _LINK_H
6# error "Never use <bits/elfclass.h> directly; include <link.h> instead."
7#endif
8
9#include <bits/wordsize.h>
10
11#define __ELF_NATIVE_CLASS __WORDSIZE
12
13/* The entries in the .hash table always have a size of 32 bits.  */
14typedef uint32_t Elf_Symndx;
Note: See TracBrowser for help on using the repository browser.