Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dmeson_options.txt94 option('safe_stack', type: 'boolean', value: false, boolean
H A Dmeson.build546 #if __has_feature(safe_stack)
552 if get_option('safe_stack') != not cc.compiles(safe_stack_probe)
553 safe_stack_arg = get_option('safe_stack') ? '-fsanitize=safe-stack' : '-fno-sanitize=safe-stack'
554 if get_option('safe_stack') != not cc.compiles(safe_stack_probe, args: safe_stack_arg)
555 error(get_option('safe_stack') \
562 if get_option('safe_stack') and coroutine_backend != 'ucontext'
2553 config_host_data.set('CONFIG_SAFESTACK', get_option('safe_stack'))