OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:start_ip_offset
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/binutils/dist/libsframe/
sframe.c
573
the
START_IP_OFFSET
and the END_IP_OFFSET, provides the stack trace
578
uint32_t
start_ip_offset
, uint32_t end_ip_offset,
605
return (
start_ip_offset
<= pc_offset) && (end_ip_offset >= pc_offset);
1700
uint32_t
start_ip_offset
, end_ip_offset;
local
1728
start_ip_offset
= cur_fre.fre_start_addr;
1733
if (
start_ip_offset
> (uint32_t)(pc - func_start_pc_offset))
1736
if (sframe_fre_check_range_p (ctx, func_idx,
start_ip_offset
,
/src/external/gpl3/binutils.old/dist/libsframe/
sframe.c
391
the
START_IP_OFFSET
and the END_IP_OFFSET, provides the stack trace
396
uint32_t
start_ip_offset
, uint32_t end_ip_offset,
422
return (
start_ip_offset
<= pc_offset) && (end_ip_offset >= pc_offset);
1171
uint32_t
start_ip_offset
, end_ip_offset;
local
1195
start_ip_offset
= cur_fre.fre_start_addr;
1200
if (
start_ip_offset
> (uint32_t)(pc - func_start_addr))
1203
if (sframe_fre_check_range_p (ctx, func_idx,
start_ip_offset
,
/src/external/gpl3/gdb.old/dist/libsframe/
sframe.c
367
the
START_IP_OFFSET
and the END_IP_OFFSET, provides the stack trace
372
int32_t
start_ip_offset
, int32_t end_ip_offset,
395
start_ip =
start_ip_offset
+ func_start_addr;
402
where pc % rep_block_size is between
start_ip_offset
and
405
ret = ((
start_ip_offset
<= masked_pc) && (end_ip_offset >= masked_pc));
1116
int32_t
start_ip_offset
;
local
1145
start_ip_offset
= cur_fre.fre_start_addr;
1149
if (i == 0 && !mask_p && (
start_ip_offset
+ func_start_addr) > pc)
1152
if (sframe_fre_check_range_p (fdep,
start_ip_offset
, end_ip_offset, pc))
/src/external/gpl3/gdb/dist/libsframe/
sframe.c
391
the
START_IP_OFFSET
and the END_IP_OFFSET, provides the stack trace
396
uint32_t
start_ip_offset
, uint32_t end_ip_offset,
422
return (
start_ip_offset
<= pc_offset) && (end_ip_offset >= pc_offset);
1173
uint32_t
start_ip_offset
, end_ip_offset;
local
1197
start_ip_offset
= cur_fre.fre_start_addr;
1202
if (
start_ip_offset
> (uint32_t)(pc - func_start_addr))
1205
if (sframe_fre_check_range_p (ctx, func_idx,
start_ip_offset
,
Completed in 31 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026