Searched refs:vsyscall_ehdr (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/um/os-Linux/
H A Delf_aux.c22 unsigned long vsyscall_ehdr; variable
42 vsyscall_ehdr = auxv->a_un.a_val;
44 if (vsyscall_ehdr < (unsigned long) envp)
45 vsyscall_ehdr = 0;
63 if ( ! __kernel_vsyscall || ! vsyscall_ehdr ||
65 ! page_size || (vsyscall_ehdr % page_size) ) {
67 vsyscall_ehdr = 0;
72 vsyscall_end = vsyscall_ehdr + page_size;
H A Duser_syms.c36 EXPORT_SYMBOL(vsyscall_ehdr); variable
/linux-master/arch/x86/um/
H A Delfcore.c12 return vsyscall_ehdr ? (((struct elfhdr *)vsyscall_ehdr)->e_phnum) : 0;
17 if ( vsyscall_ehdr ) {
19 (struct elfhdr *) vsyscall_ehdr;
21 (const struct elf_phdr *) (vsyscall_ehdr + ehdrp->e_phoff);
44 if ( vsyscall_ehdr ) {
46 (struct elfhdr *) vsyscall_ehdr;
48 (const struct elf_phdr *) (vsyscall_ehdr + ehdrp->e_phoff);
65 if ( vsyscall_ehdr ) {
67 (struct elfhdr *)vsyscall_ehdr;
[all...]
/linux-master/arch/x86/um/asm/
H A Delf.h72 extern unsigned long vsyscall_ehdr;
80 #define FIXADDR_USER_START vsyscall_ehdr
93 if ( vsyscall_ehdr ) { \
95 NEW_AUX_ENT(AT_SYSINFO_EHDR, vsyscall_ehdr); \

Completed in 91 milliseconds