OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [posix/] [libposix/] [include/] [posix/] [bits/] [elfclass.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
/* 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.  */
14
typedef uint32_t Elf_Symndx;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.