Linux Kernel
3.7.1
|
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
#include <elf.h>
Go to the source code of this file.
Data Structures | |
struct | vdso_info |
Functions | |
void | vdso_init_from_auxv (void *auxv) |
void | vdso_init_from_sysinfo_ehdr (uintptr_t base) |
void * | vdso_sym (const char *version, const char *name) |
Definition at line 244 of file parse_vdso.c.
Definition at line 86 of file parse_vdso.c.