OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stack_min
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/coregrind/
m_addrinfo.c
73
Addr
stack_min
, stack_max;
local
76
while ( VG_(thread_stack_next)(&tid, &
stack_min
, &stack_max) ) {
77
if (
stack_min
<= end && end <= stack_max)
139
Addr
stack_min
, stack_max;
local
141
while ( VG_(thread_stack_next)(&tid, &
stack_min
, &stack_max) ) {
142
if (
stack_min
- VG_STACK_REDZONE_SZB <= a && a <= stack_max) {
172
&& sps[f] >=
stack_min
- VG_STACK_REDZONE_SZB) {
/external/valgrind/drd/
drd_thread.h
74
Addr
stack_min
; /**< Current stack pointer. */
member in struct:__anon25851
302
void DRD_(thread_set_stack_min)(const DrdThreadId tid, const Addr
stack_min
)
309
DRD_(g_threadinfo)[tid].
stack_min
=
stack_min
;
313
tl_assert(DRD_(g_threadinfo)[tid].
stack_min
317
if (UNLIKELY(
stack_min
< DRD_(g_threadinfo)[tid].stack_min_min))
319
DRD_(g_threadinfo)[tid].stack_min_min =
stack_min
;
330
return (DRD_(g_threadinfo)[DRD_(g_drd_running_tid)].
stack_min
<= a
346
&& DRD_(g_threadinfo)[i].
stack_min
<= a
/external/valgrind/coregrind/m_debuginfo/
debuginfo.c
3678
Addr
stack_min
, stack_max;
local
[
all
...]
Completed in 449 milliseconds