OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:syscall_next_pc
(Results
1 - 25
of
31
) sorted by relevancy
1
2
/src/external/gpl3/gdb.old/dist/gdb/
loongarch-tdep.h
44
CORE_ADDR (*
syscall_next_pc
) (const frame_info_ptr &frame) = nullptr;
member in struct:loongarch_gdbarch_tdep
tic6x-tdep.h
53
CORE_ADDR (*
syscall_next_pc
) (const frame_info_ptr &frame) = nullptr;
member in struct:tic6x_gdbarch_tdep
nios2-tdep.h
76
CORE_ADDR (*
syscall_next_pc
) (const frame_info_ptr &frame,
member in struct:nios2_gdbarch_tdep
riscv-tdep.h
115
CORE_ADDR (*
syscall_next_pc
) (const frame_info_ptr &frame) = nullptr;
member in struct:riscv_gdbarch_tdep
mips-tdep.h
128
CORE_ADDR (*
syscall_next_pc
) (const frame_info_ptr &frame) = nullptr;
member in struct:mips_gdbarch_tdep
riscv-linux-tdep.c
207
tdep->
syscall_next_pc
= riscv_linux_syscall_next_pc;
nios2-linux-tdep.c
243
tdep->
syscall_next_pc
= nios2_linux_syscall_next_pc;
tic6x-linux-tdep.c
174
tdep->
syscall_next_pc
= tic6x_linux_syscall_next_pc;
tic6x-tdep.c
601
if (tdep->
syscall_next_pc
!= NULL)
602
return tdep->
syscall_next_pc
(get_current_frame ());
loongarch-linux-tdep.c
598
tdep->
syscall_next_pc
= loongarch_linux_syscall_next_pc;
loongarch-tdep.c
315
if (tdep->
syscall_next_pc
!= nullptr)
316
next_pc = tdep->
syscall_next_pc
(get_current_frame ());
nios2-tdep.c
2198
if (tdep->
syscall_next_pc
!= NULL)
2199
return tdep->
syscall_next_pc
(get_current_frame (), op);
/src/external/gpl3/gdb/dist/gdb/
loongarch-tdep.h
48
CORE_ADDR (*
syscall_next_pc
) (const frame_info_ptr &frame) = nullptr;
member in struct:loongarch_gdbarch_tdep
tic6x-tdep.h
53
CORE_ADDR (*
syscall_next_pc
) (const frame_info_ptr &frame) = nullptr;
member in struct:tic6x_gdbarch_tdep
riscv-tdep.h
115
CORE_ADDR (*
syscall_next_pc
) (const frame_info_ptr &frame) = nullptr;
member in struct:riscv_gdbarch_tdep
mips-tdep.h
128
CORE_ADDR (*
syscall_next_pc
) (const frame_info_ptr &frame) = nullptr;
member in struct:mips_gdbarch_tdep
riscv-linux-tdep.c
207
tdep->
syscall_next_pc
= riscv_linux_syscall_next_pc;
tic6x-linux-tdep.c
174
tdep->
syscall_next_pc
= tic6x_linux_syscall_next_pc;
tic6x-tdep.c
601
if (tdep->
syscall_next_pc
!= NULL)
602
return tdep->
syscall_next_pc
(get_current_frame ());
loongarch-tdep.c
319
if (tdep->
syscall_next_pc
!= nullptr)
320
next_pc = tdep->
syscall_next_pc
(get_current_frame ());
mips-linux-tdep.c
1610
tdep->
syscall_next_pc
= mips_linux_syscall_next_pc;
/src/external/gpl3/gdb/dist/gdb/arch/
arm-get-next-pcs.h
33
CORE_ADDR (*
syscall_next_pc
) (struct arm_get_next_pcs *self);
member in struct:arm_get_next_pcs_ops
arm-get-next-pcs.c
420
nextpc = self->ops->
syscall_next_pc
(self);
893
nextpc = self->ops->
syscall_next_pc
(self);
/src/external/gpl3/gdb.old/dist/gdb/arch/
arm-get-next-pcs.h
33
CORE_ADDR (*
syscall_next_pc
) (struct arm_get_next_pcs *self);
member in struct:arm_get_next_pcs_ops
arm-get-next-pcs.c
421
nextpc = self->ops->
syscall_next_pc
(self);
894
nextpc = self->ops->
syscall_next_pc
(self);
Completed in 56 milliseconds
1
2
Indexes created Tue Mar 03 05:31:39 UTC 2026