Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dbinfmt_elf.c186 elf_addr_t __user *u_rand_bytes; in create_elf_tables() local
237 u_rand_bytes = (elf_addr_t __user *) in create_elf_tables()
239 if (copy_to_user(u_rand_bytes, k_rand_bytes, sizeof(k_rand_bytes))) in create_elf_tables()
276 NEW_AUX_ENT(AT_RANDOM, (elf_addr_t)(unsigned long)u_rand_bytes); in create_elf_tables()
/openbmc/qemu/linux-user/
H A Delfload.c2480 abi_ulong u_rand_bytes; in create_elf_tables() local
2552 u_rand_bytes = sp; in create_elf_tables()
2557 u_rand_bytes = sp; in create_elf_tables()
2632 NEW_AUX_ENT(AT_RANDOM, (abi_ulong) u_rand_bytes); in create_elf_tables()