Searched refs:shadow_offset (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_debugging.cc142 void __asan_get_shadow_mapping(uptr *shadow_scale, uptr *shadow_offset) { argument
145 if (shadow_offset)
146 *shadow_offset = SHADOW_OFFSET;
H A Dasan_interface_internal.h161 void __asan_get_shadow_mapping(uptr *shadow_scale, uptr *shadow_offset);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_debugging.cc140 void __asan_get_shadow_mapping(uptr *shadow_scale, uptr *shadow_offset) { argument
143 if (shadow_offset)
144 *shadow_offset = SHADOW_OFFSET;
H A Dasan_interface_internal.h159 void __asan_get_shadow_mapping(uptr *shadow_scale, uptr *shadow_offset);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_debugging.cpp142 void __asan_get_shadow_mapping(uptr *shadow_scale, uptr *shadow_offset) { argument
145 if (shadow_offset)
146 *shadow_offset = SHADOW_OFFSET;
H A Dasan_interface_internal.h160 void __asan_get_shadow_mapping(uptr *shadow_scale, uptr *shadow_offset);
/netbsd-current/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dasan_interface.h105 void __asan_get_shadow_mapping(size_t *shadow_scale, size_t *shadow_offset);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dasan_interface.h103 void __asan_get_shadow_mapping(size_t *shadow_scale, size_t *shadow_offset);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dasan_interface.h232 /// \param[out] shadow_offset Offset value.
233 void __asan_get_shadow_mapping(size_t *shadow_scale, size_t *shadow_offset);

Completed in 207 milliseconds