OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sp_safe
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/libcollector/
unwind.c
1493
unsigned long *
sp_safe
;
member in struct:AdvWalkContext
1689
else if (cur->sp >= cur->
sp_safe
&& (unsigned long) cur->sp < wctx->sbase)
1693
DprintfT (SP_DUMP_UNWIND, "unwind.c: not safe: %p >= %p\n", cur->sp, cur->
sp_safe
);
1919
cur->
sp_safe
= cur->sp - RED_ZONE; /* allow for the 128-byte red zone on amd64 */
2033
if (sp < cur->
sp_safe
|| (unsigned long) sp >= wctx->sbase)
2062
//if (sp < cur->
sp_safe
- 16 || (unsigned long)sp >= wctx->sbase - sizeof(*sp)) {
2065
if (sp < cur->
sp_safe
|| (unsigned long) sp >= wctx->sbase)
2135
omp_cache_put (cur->
sp_safe
, &wctx_pc_save, wctx, rc);
2186
omp_cache_put (cur->
sp_safe
, &wctx_pc_save, wctx, rc);
2298
if (cur->sp - RED_ZONE > cur->
sp_safe
)
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/libcollector/
unwind.c
1493
unsigned long *
sp_safe
;
member in struct:AdvWalkContext
1689
else if (cur->sp >= cur->
sp_safe
&& (unsigned long) cur->sp < wctx->sbase)
1693
DprintfT (SP_DUMP_UNWIND, "unwind.c: not safe: %p >= %p\n", cur->sp, cur->
sp_safe
);
1919
cur->
sp_safe
= cur->sp - RED_ZONE; /* allow for the 128-byte red zone on amd64 */
2033
if (sp < cur->
sp_safe
|| (unsigned long) sp >= wctx->sbase)
2062
//if (sp < cur->
sp_safe
- 16 || (unsigned long)sp >= wctx->sbase - sizeof(*sp)) {
2065
if (sp < cur->
sp_safe
|| (unsigned long) sp >= wctx->sbase)
2135
omp_cache_put (cur->
sp_safe
, &wctx_pc_save, wctx, rc);
2186
omp_cache_put (cur->
sp_safe
, &wctx_pc_save, wctx, rc);
2298
if (cur->sp - RED_ZONE > cur->
sp_safe
)
[
all
...]
Completed in 19 milliseconds
Indexes created Sat May 16 00:24:39 UTC 2026