|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | ELF_CLASS ELFCLASS32 |
| #define | elfhdr elf32_hdr |
| #define | elf_phdr elf32_phdr |
| #define | elf_shdr elf32_shdr |
| #define | elf_note elf32_note |
| #define | elf_addr_t Elf32_Addr |
| #define | user_long_t compat_long_t |
| #define | user_siginfo_t compat_siginfo_t |
| #define | copy_siginfo_to_user copy_siginfo_to_user32 |
| #define | elf_prstatus compat_elf_prstatus |
| #define | elf_prpsinfo compat_elf_prpsinfo |
| #define | cputime_to_timeval cputime_to_compat_timeval |
| #define | elf_check_arch compat_elf_check_arch |
| #define | elf_format compat_elf_format |
| #define | init_elf_binfmt init_compat_elf_binfmt |
| #define | exit_elf_binfmt exit_compat_elf_binfmt |
| #define copy_siginfo_to_user copy_siginfo_to_user32 |
Definition at line 45 of file compat_binfmt_elf.c.
| #define cputime_to_timeval cputime_to_compat_timeval |
Definition at line 68 of file compat_binfmt_elf.c.
| #define elf_addr_t Elf32_Addr |
Definition at line 38 of file compat_binfmt_elf.c.
| #define elf_check_arch compat_elf_check_arch |
Definition at line 79 of file compat_binfmt_elf.c.
| #define ELF_CLASS ELFCLASS32 |
Definition at line 27 of file compat_binfmt_elf.c.
| #define elf_format compat_elf_format |
Definition at line 133 of file compat_binfmt_elf.c.
| #define elf_note elf32_note |
Definition at line 37 of file compat_binfmt_elf.c.
| #define elf_phdr elf32_phdr |
Definition at line 35 of file compat_binfmt_elf.c.
| #define elf_prpsinfo compat_elf_prpsinfo |
Definition at line 52 of file compat_binfmt_elf.c.
| #define elf_prstatus compat_elf_prstatus |
Definition at line 51 of file compat_binfmt_elf.c.
| #define elf_shdr elf32_shdr |
Definition at line 36 of file compat_binfmt_elf.c.
| #define elfhdr elf32_hdr |
Definition at line 34 of file compat_binfmt_elf.c.
| #define exit_elf_binfmt exit_compat_elf_binfmt |
Definition at line 135 of file compat_binfmt_elf.c.
| #define init_elf_binfmt init_compat_elf_binfmt |
Definition at line 134 of file compat_binfmt_elf.c.
| #define user_long_t compat_long_t |
Definition at line 43 of file compat_binfmt_elf.c.
| #define user_siginfo_t compat_siginfo_t |
Definition at line 44 of file compat_binfmt_elf.c.
1.8.2