Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_elf.h112 NEW_AUX_ENT(AT_FLAGS, (abi_ulong)0); in target_create_elf_tables()
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_elf.h124 NEW_AUX_ENT(AT_FLAGS, (abi_ulong)0); in target_create_elf_tables()
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_elf.h124 NEW_AUX_ENT(AT_FLAGS, (abi_ulong)0); in target_create_elf_tables()
/openbmc/qemu/linux-user/
H A Dmain.c782 preserve_argv0 = !!(qemu_getauxval(AT_FLAGS) & AT_FLAGS_PRESERVE_ARGV0); in main()
H A Delfload.c698 NEW_AUX_ENT(AT_FLAGS, (abi_ulong)0); in create_elf_tables()
/openbmc/qemu/include/
H A Delf.h325 #define AT_FLAGS 8 /* flags */ macro