Home | History | Annotate | Download | only in asan

Lines Matching refs:shadow_addr

208   uptr shadow_addr = MemToShadow(addr);
210 uptr aligned_shadow = shadow_addr & ~(n_bytes_per_row - 1);
216 (u8 *)shadow_addr, n_bytes_per_row);
1091 u8 *shadow_addr = (u8*)MemToShadow(addr);
1093 if (*shadow_addr == 0 && access_size > SHADOW_GRANULARITY)
1094 shadow_addr++;
1096 if (*shadow_addr > 0 && *shadow_addr < 128)
1097 shadow_addr++;
1099 shadow_val = *shadow_addr;
1109 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);
1119 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);
1130 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);
1152 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);
1162 far_from_bounds = AdjacentShadowValuesAreFullyPoisoned(shadow_addr);