OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:target_pc
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
arm-linux-tdep.c
1728
CORE_ADDR
target_pc
= arm_skip_stub (frame, pc);
local
1730
if (
target_pc
!= 0)
1731
return
target_pc
;
mips-tdep.c
7573
CORE_ADDR
target_pc
= 0;
local
7580
status == 0 &&
target_pc
== 0 && i < 20;
7598
target_pc
= gp; /* Hmm... */
7600
target_pc
= addr;
7617
target_pc
= jtype_target (inst) << 2;
7618
target_pc
+= ((pc + 4) & ~(CORE_ADDR) 0x0fffffff);
7663
return
target_pc
;
7873
CORE_ADDR
target_pc
;
local
7878
target_pc
= pc;
7892
while (pc !=
target_pc
);
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
arm-linux-tdep.c
1731
CORE_ADDR
target_pc
= arm_skip_stub (frame, pc);
local
1733
if (
target_pc
!= 0)
1734
return
target_pc
;
mips-tdep.c
7577
CORE_ADDR
target_pc
= 0;
local
7584
status == 0 &&
target_pc
== 0 && i < 20;
7602
target_pc
= gp; /* Hmm... */
7604
target_pc
= addr;
7621
target_pc
= jtype_target (inst) << 2;
7622
target_pc
+= ((pc + 4) & ~(CORE_ADDR) 0x0fffffff);
7667
return
target_pc
;
7877
CORE_ADDR
target_pc
;
local
7882
target_pc
= pc;
7896
while (pc !=
target_pc
);
[
all
...]
Completed in 33 milliseconds
Indexes created Sat Mar 21 00:23:06 UTC 2026