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_memtag
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
gdbarch-gen.c
153
gdbarch_get_memtag_ftype *
get_memtag
= default_get_memtag;
member in struct:gdbarch
420
/* Skip verify of
get_memtag
, invalid_p == 0. */
940
"gdbarch_dump:
get_memtag
= <%s>\n",
941
host_address_to_string (gdbarch->
get_memtag
));
3338
gdb_assert (gdbarch->
get_memtag
!= NULL);
3341
return gdbarch->
get_memtag
(gdbarch, address, tag_type);
3346
gdbarch_get_memtag_ftype
get_memtag
)
3348
gdbarch->
get_memtag
=
get_memtag
;
/src/external/gpl3/gdb/dist/gdb/
gdbarch-gen.c
154
gdbarch_get_memtag_ftype *
get_memtag
= default_get_memtag;
member in struct:gdbarch
423
/* Skip verify of
get_memtag
, invalid_p == 0. */
947
"gdbarch_dump:
get_memtag
= <%s>\n",
948
host_address_to_string (gdbarch->
get_memtag
));
3368
gdb_assert (gdbarch->
get_memtag
!= NULL);
3371
return gdbarch->
get_memtag
(gdbarch, address, tag_type);
3376
gdbarch_get_memtag_ftype
get_memtag
)
3378
gdbarch->
get_memtag
=
get_memtag
;
Completed in 27 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026