Home
last modified time | relevance | path

Searched refs:global_scope (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/loader/
H A Dloader.c119 static void *global_scope = NULL; in LoaderSymbol() local
126 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()
/OK3568_Linux_fs/buildroot/package/odb/
H A D0007-Switch-to-C-11-get-rid-of-auto_ptr-use.patch192 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);