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.build507 #if __has_feature(safe_stack)
513 if get_option('safe_stack') != not cc.compiles(safe_stack_probe)
514 safe_stack_arg = get_option('safe_stack') ? '-fsanitize=safe-stack' : '-fno-sanitize=safe-stack'
515 if get_option('safe_stack') != not cc.compiles(safe_stack_probe, args: safe_stack_arg)
516 error(get_option('safe_stack') \
523 if get_option('safe_stack') and coroutine_backend != 'ucontext'
2479 config_host_data.set('CONFIG_SAFESTACK', get_option('safe_stack'))