Linux Kernel
3.7.1
|
#include <sys/syscall.h>
#include <sys/time.h>
#include <unistd.h>
#include <stdint.h>
Go to the source code of this file.
Functions | |
void * | vdso_sym (const char *version, const char *name) |
void | vdso_init_from_sysinfo_ehdr (uintptr_t base) |
void | vdso_init_from_auxv (void *auxv) |
int | strcmp (const char *a, const char *b) |
void | to_base10 (char *lastdig, uint64_t n) |
__attribute__ ((externally_visible)) | |
asm (".text\n"".global _start\n"".type _start,@function\n""_start:\n\t""mov %rsp,%rdi\n\t""jmp c_main") | |
__attribute__ | ( | (externally_visible) | ) |
Definition at line 64 of file vdso_test.c.
asm | ( | ".text\n"".global _start\n"".type | _start, |
@function\n""_start:\n\t""mov% | rsp, | ||
%rdi\n\t""jmp c_main" | |||
) |
strcmp - Compare two strings : One string : Another string
returns 0 if and are equal, < 0 if is less than > 0 if is greater than
Definition at line 23 of file vdso_test.c.
Definition at line 55 of file vdso_test.c.
Definition at line 244 of file parse_vdso.c.
Definition at line 86 of file parse_vdso.c.