OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:active_namespaces
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/
solib-svr4.c
420
std::set<size_t>
active_namespaces
;
member in struct:svr4_info
448
info->
active_namespaces
.insert (i);
1406
info->
active_namespaces
.clear ();
1458
info->
active_namespaces
.clear ();
2188
info->
active_namespaces
.clear ();
3383
info->
active_namespaces
.clear ();
3774
gdb_assert (info->
active_namespaces
.count (i) == 1);
3785
return info->
active_namespaces
.size ();
3796
if (info->
active_namespaces
.count (nsid) != 1)
Completed in 50 milliseconds
Indexes created Tue Apr 28 00:22:25 UTC 2026