OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:core_read_description
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
gdbarch-gen.c
204
gdbarch_core_read_description_ftype *
core_read_description
= nullptr;
member in struct:gdbarch
476
/* Skip verify of
core_read_description
, has predicate. */
1174
"gdbarch_dump:
core_read_description
= <%s>\n",
1175
host_address_to_string (gdbarch->
core_read_description
));
4391
return gdbarch->
core_read_description
!= NULL;
4398
gdb_assert (gdbarch->
core_read_description
!= NULL);
4401
return gdbarch->
core_read_description
(gdbarch, target, abfd);
4406
gdbarch_core_read_description_ftype
core_read_description
)
4408
gdbarch->
core_read_description
=
core_read_description
;
[
all
...]
gdbarch-gen.h
1251
extern void set_gdbarch_core_read_description (struct gdbarch *gdbarch, gdbarch_core_read_description_ftype *
core_read_description
);
gdbarch_components.py
2027
name="
core_read_description
",
/src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c
205
gdbarch_core_read_description_ftype *
core_read_description
= nullptr;
member in struct:gdbarch
479
/* Skip verify of
core_read_description
, has predicate. */
1181
"gdbarch_dump:
core_read_description
= <%s>\n",
1182
host_address_to_string (gdbarch->
core_read_description
));
4421
return gdbarch->
core_read_description
!= NULL;
4428
gdb_assert (gdbarch->
core_read_description
!= NULL);
4431
return gdbarch->
core_read_description
(gdbarch, target, abfd);
4436
gdbarch_core_read_description_ftype
core_read_description
)
4438
gdbarch->
core_read_description
=
core_read_description
;
[
all
...]
gdbarch-gen.h
1260
extern void set_gdbarch_core_read_description (struct gdbarch *gdbarch, gdbarch_core_read_description_ftype *
core_read_description
);
gdbarch_components.py
2055
name="
core_read_description
",
Completed in 22 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026