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_regno
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
ravenscar-thread.c
550
int
sp_regno
= -1;
local
555
sp_regno
= gdbarch_sp_regnum (gdbarch);
556
gdb_assert (!(
sp_regno
>= first_stack_register
557
&&
sp_regno
<= last_stack_register));
558
fetch_register (regcache,
sp_regno
);
/src/external/gpl3/gdb/dist/gdb/
ravenscar-thread.c
550
int
sp_regno
= -1;
local
555
sp_regno
= gdbarch_sp_regnum (gdbarch);
556
gdb_assert (!(
sp_regno
>= first_stack_register
557
&&
sp_regno
<= last_stack_register));
558
fetch_register (regcache,
sp_regno
);
/src/external/gpl3/binutils/dist/gas/config/
tc-z80.c
4145
static int
sp_regno
= -1;
local
4147
if (
sp_regno
< 0)
4148
sp_regno
= z80_tc_regname_to_dw2regnum ("sp");
4150
cfi_add_CFA_def_cfa (
sp_regno
, 0);
tc-m68k.c
7987
static int
sp_regno
= -1;
7989
if (
sp_regno
< 0)
7990
sp_regno
= tc_m68k_regname_to_dw2regnum ("sp");
7992
cfi_add_CFA_def_cfa (
sp_regno
, -DWARF2_CIE_DATA_ALIGNMENT);
7980
static int
sp_regno
= -1;
local
/src/external/gpl3/binutils.old/dist/gas/config/
tc-z80.c
4170
static int
sp_regno
= -1;
local
4172
if (
sp_regno
< 0)
4173
sp_regno
= z80_tc_regname_to_dw2regnum ("sp");
4175
cfi_add_CFA_def_cfa (
sp_regno
, 0);
tc-m68k.c
7987
static int
sp_regno
= -1;
7989
if (
sp_regno
< 0)
7990
sp_regno
= tc_m68k_regname_to_dw2regnum ("sp");
7992
cfi_add_CFA_def_cfa (
sp_regno
, -DWARF2_CIE_DATA_ALIGNMENT);
7980
static int
sp_regno
= -1;
local
Completed in 39 milliseconds
Indexes created Sun Jun 28 00:24:58 UTC 2026