Searched defs:stack_size_log (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_fake_stack.h | 69 static uptr SizeRequiredForFlags(uptr stack_size_log) { in SizeRequiredForFlags() 74 static uptr SizeRequiredForFrames(uptr stack_size_log) { in SizeRequiredForFrames() 79 static uptr RequiredSize(uptr stack_size_log) { in RequiredSize() 90 static uptr FlagsOffset(uptr stack_size_log, uptr class_id) { in FlagsOffset() 96 static uptr NumberOfFrames(uptr stack_size_log, uptr class_id) { in NumberOfFrames() 101 static uptr ModuloNumberOfFrames(uptr stack_size_log, uptr class_id, uptr n) { in ModuloNumberOfFrames() 106 u8 *GetFlags(uptr stack_size_log, uptr class_id) { in GetFlags() 112 u8 *GetFrame(uptr stack_size_log, uptr class_id, uptr pos) { in GetFrame() 149 uptr stack_size_log() const { return stack_size_log_; } in stack_size_log() function
|
H A D | asan_fake_stack.cc | 43 FakeStack *FakeStack::Create(uptr stack_size_log) { in Create() 86 FakeFrame *FakeStack::Allocate(uptr stack_size_log, uptr class_id, in Allocate() 115 uptr stack_size_log = this->stack_size_log(); in AddrIsInFakeStack() local
|
H A D | asan_thread.cc | 210 uptr stack_size_log = Log2(RoundUpToPowerOfTwo(stack_size)); in AsyncSignalSafeLazyInitFakeStack() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_fake_stack.h | 71 static uptr SizeRequiredForFlags(uptr stack_size_log) { in SizeRequiredForFlags() 76 static uptr SizeRequiredForFrames(uptr stack_size_log) { in SizeRequiredForFrames() 81 static uptr RequiredSize(uptr stack_size_log) { in RequiredSize() 92 static uptr FlagsOffset(uptr stack_size_log, uptr class_id) { in FlagsOffset() 98 static uptr NumberOfFrames(uptr stack_size_log, uptr class_id) { in NumberOfFrames() 103 static uptr ModuloNumberOfFrames(uptr stack_size_log, uptr class_id, uptr n) { in ModuloNumberOfFrames() 108 u8 *GetFlags(uptr stack_size_log, uptr class_id) { in GetFlags() 114 u8 *GetFrame(uptr stack_size_log, uptr class_id, uptr pos) { in GetFrame() 151 uptr stack_size_log() const { return stack_size_log_; } in stack_size_log() function
|
H A D | asan_fake_stack.cc | 45 FakeStack *FakeStack::Create(uptr stack_size_log) { in Create() 88 FakeFrame *FakeStack::Allocate(uptr stack_size_log, uptr class_id, in Allocate() 117 uptr stack_size_log = this->stack_size_log(); in AddrIsInFakeStack() local
|
H A D | asan_thread.cc | 208 uptr stack_size_log = Log2(RoundUpToPowerOfTwo(stack_size)); in AsyncSignalSafeLazyInitFakeStack() local
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_fake_stack.h | 70 static uptr SizeRequiredForFlags(uptr stack_size_log) { in SizeRequiredForFlags() 75 static uptr SizeRequiredForFrames(uptr stack_size_log) { in SizeRequiredForFrames() 80 static uptr RequiredSize(uptr stack_size_log) { in RequiredSize() 91 static uptr FlagsOffset(uptr stack_size_log, uptr class_id) { in FlagsOffset() 97 static uptr NumberOfFrames(uptr stack_size_log, uptr class_id) { in NumberOfFrames() 102 static uptr ModuloNumberOfFrames(uptr stack_size_log, uptr class_id, uptr n) { in ModuloNumberOfFrames() 107 u8 *GetFlags(uptr stack_size_log, uptr class_id) { in GetFlags() 113 u8 *GetFrame(uptr stack_size_log, uptr class_id, uptr pos) { in GetFrame() 150 uptr stack_size_log() const { return stack_size_log_; } in stack_size_log() function
|
H A D | asan_fake_stack.cpp | 44 FakeStack *FakeStack::Create(uptr stack_size_log) { in Create() 88 FakeFrame *FakeStack::Allocate(uptr stack_size_log, uptr class_id, in Allocate() 117 uptr stack_size_log = this->stack_size_log(); in AddrIsInFakeStack() local
|
H A D | asan_thread.cpp | 216 uptr stack_size_log = Log2(RoundUpToPowerOfTwo(stack_size)); in AsyncSignalSafeLazyInitFakeStack() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
H A D | asan_fake_stack_test.cc | 47 for (uptr stack_size_log = 15; stack_size_log <= 20; stack_size_log++) { in TEST() local 65 for (uptr stack_size_log = 20; stack_size_log <= 22; stack_size_log++) { in TEST() local 94 const uptr stack_size_log = 20; in TEST() local 107 const uptr stack_size_log = 19; in TEST() local 146 const uptr stack_size_log = 16; in TEST() local
|