Searched refs:global_scope (Results 1 – 2 of 2) sorted by relevance
119 static void *global_scope = NULL; in LoaderSymbol() local126 if (!global_scope) in LoaderSymbol()127 global_scope = dlopen(NULL, RTLD_LAZY | RTLD_GLOBAL); in LoaderSymbol()129 if (global_scope) in LoaderSymbol()130 return dlsym(global_scope, name); in LoaderSymbol()
192 parse (tree global_scope, path const& main_file);201 parse (tree global_scope, path const& main_file)227 parse (tree global_scope, path const& main_file)229 return impl_->parse (global_scope, main_file);252 parse (tree global_scope, semantics::path const& main_file);