Searched refs:auxv (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/os-Linux/
H A Delf_aux.c34 elf_auxv_t * auxv; local
38 for ( auxv = (elf_auxv_t *)envp; auxv->a_type != AT_NULL; auxv++) {
39 switch ( auxv->a_type ) {
41 __kernel_vsyscall = auxv->a_un.a_val;
47 vsyscall_ehdr = auxv->a_un.a_val;
53 elf_aux_hwcap = auxv->a_un.a_val;
61 (char *) (long) auxv->a_un.a_val;
64 page_size = auxv
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dbinfmt_elf.c1500 elf_addr_t *auxv; local
1594 auxv = (elf_addr_t *)current->mm->saved_auxv;
1599 while (auxv[i - 2] != AT_NULL);
1601 i * sizeof(elf_addr_t), auxv);
H A Dbinfmt_elf_fdpic.c1563 elf_addr_t *auxv; local
1656 auxv = (elf_addr_t *) current->mm->saved_auxv;
1661 while (auxv[i - 2] != AT_NULL);
1663 i * sizeof(elf_addr_t), auxv);

Completed in 111 milliseconds