OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lim_pc
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
rx-tdep.c
418
CORE_ADDR pc, start_pc,
lim_pc
;
local
442
if (!find_pc_partial_function (pc, &name, &start_pc, &
lim_pc
))
443
lim_pc
= pc + 20;
445
while (pc <
lim_pc
)
frv-tdep.c
565
CORE_ADDR
lim_pc
;
local
573
lim_pc
= skip_prologue_using_sal (gdbarch, pc);
574
/* If there's no line number info,
lim_pc
will be 0. In that case,
579
if (
lim_pc
== 0)
580
lim_pc
= pc + 400;
587
if (frame_pc <
lim_pc
)
588
lim_pc
= frame_pc;
592
while (pc <
lim_pc
)
/src/external/gpl3/gdb.old/dist/gdb/
rx-tdep.c
418
CORE_ADDR pc, start_pc,
lim_pc
;
local
442
if (!find_pc_partial_function (pc, &name, &start_pc, &
lim_pc
))
443
lim_pc
= pc + 20;
445
while (pc <
lim_pc
)
frv-tdep.c
565
CORE_ADDR
lim_pc
;
local
573
lim_pc
= skip_prologue_using_sal (gdbarch, pc);
574
/* If there's no line number info,
lim_pc
will be 0. In that case,
579
if (
lim_pc
== 0)
580
lim_pc
= pc + 400;
587
if (frame_pc <
lim_pc
)
588
lim_pc
= frame_pc;
592
while (pc <
lim_pc
)
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026