Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dasan.c1596 asan_redzone_buffer rz_buffer (shadow_mem, prev_offset); in asan_emit_stack_protection()
1613 rz_buffer.emit_redzone_byte (aoff, offset - aoff); in asan_emit_stack_protection()
1620 rz_buffer.emit_redzone_byte (offset, cur_shadow_byte); in asan_emit_stack_protection()
1630 gcc_assert (rz_buffer.m_shadow_bytes.is_empty ()); in asan_emit_stack_protection()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dasan.cc2005 asan_redzone_buffer rz_buffer (shadow_mem, prev_offset); in asan_emit_stack_protection() local
2022 rz_buffer.emit_redzone_byte (aoff, offset - aoff); in asan_emit_stack_protection()
2029 rz_buffer.emit_redzone_byte (offset, cur_shadow_byte); in asan_emit_stack_protection()
2039 gcc_assert (rz_buffer.m_shadow_bytes.is_empty ()); in asan_emit_stack_protection()