OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stack_top_
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_thread.h
31
uptr stack_top() { return
stack_top_
; }
38
return addr >= stack_bottom_ && addr <
stack_top_
;
56
uptr
stack_top_
;
member in class:__msan::MsanThread
msan_thread.cc
27
stack_top_
= stack_bottom_ + stack_size;
35
__msan_unpoison((void *)stack_bottom_,
stack_top_
- stack_bottom_);
47
CHECK(MEM_IS_APP(
stack_top_
- 1));
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_thread.cc
155
*size_old =
stack_top_
- stack_bottom_;
157
stack_top_
= next_stack_top_;
166
if (stack_bottom_ >=
stack_top_
) return {0, 0};
167
return {stack_bottom_,
stack_top_
};
172
// may be in process of overwriting
stack_top_
/bottom_. But in such case
176
return {stack_bottom_,
stack_top_
};
226
if (
stack_top_
!= stack_bottom_) {
229
CHECK(AddrIsInMem(
stack_top_
- 1));
237
(void *)stack_bottom_, (void *)
stack_top_
,
stack_top_
- stack_bottom_
[
all
...]
asan_fuchsia.cc
123
stack_top_
= options->stack_bottom + options->stack_size;
asan_rtems.cc
127
stack_top_
= options->stack_bottom + options->stack_size;
asan_thread.h
153
uptr
stack_top_
;
member in class:__asan::AsanThread
Completed in 17 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025