|
Linux Kernel
3.7.1
|
#include <linux/spinlock.h>#include <asm/processor.h>#include <linux/module.h>#include <linux/elfcore.h>#include <linux/compat.h>#include "../../../fs/binfmt_elf.c"Go to the source code of this file.
Data Structures | |
| struct | elf_prstatus32 |
| struct | elf_prpsinfo32 |
Macros | |
| #define | ELF_CLASS ELFCLASS32 |
| #define | ELF_CORE_COPY_REGS(dst, pt) |
| #define | elf_prstatus elf_prstatus32 |
| #define | elf_prpsinfo elf_prpsinfo32 |
| #define | init_elf_binfmt init_elf32_binfmt |
| #define | ELF_PLATFORM ("PARISC32\0") |
| #define | SET_PERSONALITY(ex) |
| #define | cputime_to_timeval cputime_to_compat_timeval |
Typedefs | |
| typedef unsigned int | elf_greg_t |
| #define cputime_to_timeval cputime_to_compat_timeval |
Definition at line 94 of file binfmt_elf32.c.
| #define ELF_CLASS ELFCLASS32 |
Definition at line 13 of file binfmt_elf32.c.
| #define ELF_CORE_COPY_REGS | ( | dst, | |
| pt | |||
| ) |
Definition at line 15 of file binfmt_elf32.c.
| #define ELF_PLATFORM ("PARISC32\0") |
Definition at line 80 of file binfmt_elf32.c.
| #define elf_prpsinfo elf_prpsinfo32 |
Definition at line 62 of file binfmt_elf32.c.
| #define elf_prstatus elf_prstatus32 |
Definition at line 43 of file binfmt_elf32.c.
| #define init_elf_binfmt init_elf32_binfmt |
Definition at line 78 of file binfmt_elf32.c.
| #define SET_PERSONALITY | ( | ex | ) |
Definition at line 88 of file binfmt_elf32.c.
| typedef unsigned int elf_greg_t |
Definition at line 35 of file binfmt_elf32.c.
1.8.2