Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dasan.cc1878 HOST_WIDE_INT adjusted_frame_size = asan_frame_size; in asan_emit_stack_protection() local
1884 adjusted_frame_size += ASAN_RED_ZONE_SIZE; in asan_emit_stack_protection()
1892 && (adjusted_frame_size & (alignb - 1))) in asan_emit_stack_protection()
1895 = ((adjusted_frame_size + alignb - 1) in asan_emit_stack_protection()
1896 & ~(alignb - HOST_WIDE_INT_1)) - adjusted_frame_size; in asan_emit_stack_protection()