Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h76 abi_ulong u_platform; in target_create_elf_tables() local
81 u_platform = 0; in target_create_elf_tables()
86 u_platform = sp; in target_create_elf_tables()
133 NEW_AUX_ENT(AT_PLATFORM, u_platform); in target_create_elf_tables()
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h76 abi_ulong u_platform; in target_create_elf_tables() local
81 u_platform = 0; in target_create_elf_tables()
86 u_platform = sp; in target_create_elf_tables()
133 NEW_AUX_ENT(AT_PLATFORM, u_platform); in target_create_elf_tables()
/openbmc/qemu/linux-user/
H A Delfload.c2571 abi_ulong u_platform, u_base_platform; in create_elf_tables() local
2610 u_platform = 0; in create_elf_tables()
2616 u_platform = sp; in create_elf_tables()
2621 u_platform = sp; in create_elf_tables()
2732 if (u_platform) { in create_elf_tables()
2733 NEW_AUX_ENT(AT_PLATFORM, u_platform); in create_elf_tables()