OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:size_with_redzone
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_globals.cc
61
FastPoisonShadow(g->beg, g->
size_with_redzone
, value);
66
FastPoisonShadow(g.beg + aligned_size, g.
size_with_redzone
- aligned_size,
81
if (addr >= g.beg + g.
size_with_redzone
) return false;
89
prefix, &g, (void *)g.beg, g.size, g.
size_with_redzone
, g.name,
161
if (__asan_region_is_poisoned(g->beg, g->
size_with_redzone
)) {
213
CHECK(AddrIsAlignedByGranularity(g->
size_with_redzone
));
246
CHECK(AddrIsAlignedByGranularity(g->
size_with_redzone
));
386
CHECK(globals[i].size == 0 && globals[i].
size_with_redzone
== 0 &&
asan_interface_internal.h
52
uptr
size_with_redzone
; // The size with the redzone.
member in struct:__asan_global
/src/sys/kern/
subr_asan.c
86
size_t
size_with_redzone
; /* size with the redzone */
member in struct:__asan_global
1173
globals[i].
size_with_redzone
, KASAN_GENERIC_REDZONE);
Completed in 16 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026