OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:get_siginfo_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c
210
gdbarch_get_siginfo_type_ftype *
get_siginfo_type
= nullptr;
member in struct:gdbarch
482
/* Skip verify of
get_siginfo_type
, has predicate. */
1207
"gdbarch_dump:
get_siginfo_type
= <%s>\n",
1208
host_address_to_string (gdbarch->
get_siginfo_type
));
4528
return gdbarch->
get_siginfo_type
!= NULL;
4535
gdb_assert (gdbarch->
get_siginfo_type
!= NULL);
4538
return gdbarch->
get_siginfo_type
(gdbarch);
4543
gdbarch_get_siginfo_type_ftype
get_siginfo_type
)
4545
gdbarch->
get_siginfo_type
=
get_siginfo_type
;
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
gdbarch.c
208
gdbarch_get_siginfo_type_ftype *
get_siginfo_type
= nullptr;
member in struct:gdbarch
477
/* Skip verify of
get_siginfo_type
, has predicate. */
1195
"gdbarch_dump:
get_siginfo_type
= <%s>\n",
1196
host_address_to_string (gdbarch->
get_siginfo_type
));
4479
return gdbarch->
get_siginfo_type
!= NULL;
4486
gdb_assert (gdbarch->
get_siginfo_type
!= NULL);
4489
return gdbarch->
get_siginfo_type
(gdbarch);
4494
gdbarch_get_siginfo_type_ftype
get_siginfo_type
)
4496
gdbarch->
get_siginfo_type
=
get_siginfo_type
;
[
all
...]
Completed in 31 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026