Home
last modified time | relevance | path

Searched refs:u_platform (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/
Dbinfmt_elf.c126 char *k_platform, *u_platform; in create_elf_tables() local
143 u_platform = p - platform_len; in create_elf_tables()
144 __copy_to_user(u_platform, k_platform, platform_len); in create_elf_tables()
146 u_platform = p; in create_elf_tables()
161 u_platform = u_platform - ((current->pid % 64) << 7); in create_elf_tables()
167 sp = (elf_addr_t *)(~15UL & (unsigned long)(u_platform)); in create_elf_tables()
190 NEW_AUX_ENT(0, AT_PLATFORM, (elf_addr_t)(unsigned long) u_platform); in create_elf_tables()