OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tdesc_cache_type
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/arch/
amd64-linux-tdesc.c
32
using
tdesc_cache_type
= std::unordered_map<uint64_t, const target_desc_up>;
local
38
static
tdesc_cache_type
amd64_tdesc_cache, x32_tdesc_cache;
40
tdesc_cache_type
&tdesc_cache = is_x32 ? x32_tdesc_cache : amd64_tdesc_cache;
/src/external/gpl3/gdb/dist/gdb/arch/
amd64-linux-tdesc.c
32
using
tdesc_cache_type
= std::unordered_map<uint64_t, const target_desc_up>;
local
38
static
tdesc_cache_type
amd64_tdesc_cache, x32_tdesc_cache;
40
tdesc_cache_type
&tdesc_cache = is_x32 ? x32_tdesc_cache : amd64_tdesc_cache;
Completed in 26 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026