Version:
~ [ 0.6-2.3.46 ] ~
Architecture:
~ [ um ] ~
** Warning: Cannot open xref database.
1 #ifndef __UM_ELF_H
2 #define __UM_ELF_H
3
4 #define ELF_HWCAP (0)
5
6 #define ELF_PLATFORM "i586"
7
8 #define SET_PERSONALITY(ex, ibcs2) do ; while(0)
9
10 #define ELF_ET_DYN_BASE (2 * TASK_SIZE / 3)
11
12 typedef int elf_gregset_t;
13 typedef int elf_fpregset_t;
14
15 #define ELF_EXEC_PAGESIZE 4096
16
17 #define elf_check_arch(x) (1)
18
19 #define ELF_CLASS ELFCLASS32
20 #define ELF_DATA ELFDATA2LSB
21 #define ELF_ARCH EM_386
22
23 #endif
24
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.