Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Typedefs | Functions | Variables
elf_aux.c File Reference
#include <elf.h>
#include <stddef.h>
#include <init.h>
#include <elf_user.h>
#include <mem_user.h>

Go to the source code of this file.

Typedefs

typedef Elf32_auxv_t elf_auxv_t
 

Functions

__init void scan_elf_aux (char **envp)
 

Variables

charelf_aux_platform
 
long elf_aux_hwcap
 
unsigned long vsyscall_ehdr
 
unsigned long vsyscall_end
 
unsigned long __kernel_vsyscall
 

Typedef Documentation

typedef Elf32_auxv_t elf_auxv_t

Definition at line 16 of file elf_aux.c.

Function Documentation

__init void scan_elf_aux ( char **  envp)

Definition at line 25 of file elf_aux.c.

Variable Documentation

unsigned long __kernel_vsyscall

Definition at line 23 of file elf_aux.c.

long elf_aux_hwcap

Definition at line 23 of file main.c.

char* elf_aux_platform

Definition at line 19 of file elf_aux.c.

unsigned long vsyscall_ehdr

Definition at line 21 of file elf_aux.c.

unsigned long vsyscall_end

Definition at line 22 of file elf_aux.c.