OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FakeStack
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fake_stack.h
12
// ASan-private header for asan_fake_stack.cc, implements
FakeStack
.
37
// The
FakeStack
objects is allocated by a single mmap call and has no other
42
//
FakeStack
has kNumberOfSizeClasses (11) size classes, each size class
57
class
FakeStack
{
65
// CTOR: create the
FakeStack
as a single mmap-ed object.
66
static
FakeStack
*Create(uptr stack_size_log);
129
// Poison the entire
FakeStack
's shadow with the magic value.
159
FakeStack
() { }
171
FakeStack
*GetTLSFakeStack();
172
void SetTLSFakeStack(
FakeStack
*fs)
[
all
...]
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_fake_stack.h
11
// ASan-private header for asan_fake_stack.cpp, implements
FakeStack
.
36
// The
FakeStack
objects is allocated by a single mmap call and has no other
41
//
FakeStack
has kNumberOfSizeClasses (11) size classes, each size class
56
class
FakeStack
{
64
// CTOR: create the
FakeStack
as a single mmap-ed object.
65
static
FakeStack
*Create(uptr stack_size_log);
128
// Poison the entire
FakeStack
's shadow with the magic value.
158
FakeStack
() { }
170
FakeStack
*GetTLSFakeStack();
171
void SetTLSFakeStack(
FakeStack
*fs)
[
all
...]
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_fake_stack.h
11
// ASan-private header for asan_fake_stack.cpp, implements
FakeStack
.
36
// The
FakeStack
objects is allocated by a single mmap call and has no other
41
//
FakeStack
has kNumberOfSizeClasses (11) size classes, each size class
56
class
FakeStack
{
64
// CTOR: create the
FakeStack
as a single mmap-ed object.
65
static
FakeStack
*Create(uptr stack_size_log);
128
// Poison the entire
FakeStack
's shadow with the magic value.
158
FakeStack
() { }
170
FakeStack
*GetTLSFakeStack();
171
void SetTLSFakeStack(
FakeStack
*fs)
[
all
...]
Completed in 52 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026