OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stab_reg_to_regnum
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
gdbarch-gen.c
88
gdbarch_stab_reg_to_regnum_ftype *
stab_reg_to_regnum
= no_op_reg_to_regnum;
member in struct:gdbarch
349
/* Skip verify of
stab_reg_to_regnum
, invalid_p == 0. */
709
"gdbarch_dump:
stab_reg_to_regnum
= <%s>\n",
710
host_address_to_string (gdbarch->
stab_reg_to_regnum
));
2155
gdb_assert (gdbarch->
stab_reg_to_regnum
!= NULL);
2158
return gdbarch->
stab_reg_to_regnum
(gdbarch, stab_regnr);
2163
gdbarch_stab_reg_to_regnum_ftype
stab_reg_to_regnum
)
2165
gdbarch->
stab_reg_to_regnum
=
stab_reg_to_regnum
;
gdbarch-gen.h
290
extern void set_gdbarch_stab_reg_to_regnum (struct gdbarch *gdbarch, gdbarch_stab_reg_to_regnum_ftype *
stab_reg_to_regnum
);
stabsread.c
3108
stab_reg_to_regnum
(struct symbol *sym, struct gdbarch *gdbarch)
3124
stab_reg_to_regnum
3105
stab_reg_to_regnum
(struct symbol *sym, struct gdbarch *gdbarch)
function
/src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c
88
gdbarch_stab_reg_to_regnum_ftype *
stab_reg_to_regnum
= no_op_reg_to_regnum;
member in struct:gdbarch
351
/* Skip verify of
stab_reg_to_regnum
, invalid_p == 0. */
713
"gdbarch_dump:
stab_reg_to_regnum
= <%s>\n",
714
host_address_to_string (gdbarch->
stab_reg_to_regnum
));
2168
gdb_assert (gdbarch->
stab_reg_to_regnum
!= NULL);
2171
return gdbarch->
stab_reg_to_regnum
(gdbarch, stab_regnr);
2176
gdbarch_stab_reg_to_regnum_ftype
stab_reg_to_regnum
)
2178
gdbarch->
stab_reg_to_regnum
=
stab_reg_to_regnum
;
gdbarch-gen.h
290
extern void set_gdbarch_stab_reg_to_regnum (struct gdbarch *gdbarch, gdbarch_stab_reg_to_regnum_ftype *
stab_reg_to_regnum
);
stabsread.c
3110
stab_reg_to_regnum
(struct symbol *sym, struct gdbarch *gdbarch)
3126
stab_reg_to_regnum
3107
stab_reg_to_regnum
(struct symbol *sym, struct gdbarch *gdbarch)
function
Completed in 72 milliseconds
Indexes created Thu May 14 00:25:00 UTC 2026