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/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.old/dist/gdb/
gdbarch.c
151
gdbarch_get_memtag_ftype *
get_memtag
= default_get_memtag;
member in struct:gdbarch
415
/* Skip verify of
get_memtag
, invalid_p == 0 */
928
"gdbarch_dump:
get_memtag
= <%s>\n",
929
host_address_to_string (gdbarch->
get_memtag
));
3289
gdb_assert (gdbarch->
get_memtag
!= NULL);
3292
return gdbarch->
get_memtag
(gdbarch, address, tag_type);
3297
gdbarch_get_memtag_ftype
get_memtag
)
3299
gdbarch->
get_memtag
=
get_memtag
;
Completed in 28 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026