OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stab_reg_to_regnum
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
stabsread.c
623
stab_reg_to_regnum
(struct symbol *sym, struct gdbarch *gdbarch)
639
stab_reg_to_regnum
620
stab_reg_to_regnum
(struct symbol *sym, struct gdbarch *gdbarch)
function
gdbarch.c
88
gdbarch_stab_reg_to_regnum_ftype *
stab_reg_to_regnum
= no_op_reg_to_regnum;
member in struct:gdbarch
346
/* Skip verify of
stab_reg_to_regnum
, invalid_p == 0 */
703
"gdbarch_dump:
stab_reg_to_regnum
= <%s>\n",
704
host_address_to_string (gdbarch->
stab_reg_to_regnum
));
2140
gdb_assert (gdbarch->
stab_reg_to_regnum
!= NULL);
2143
return gdbarch->
stab_reg_to_regnum
(gdbarch, stab_regnr);
2148
gdbarch_stab_reg_to_regnum_ftype
stab_reg_to_regnum
)
2150
gdbarch->
stab_reg_to_regnum
=
stab_reg_to_regnum
;
/src/external/gpl3/gdb/dist/gdb/
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
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
;
Completed in 49 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026