Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/
H A Dvdso.h49 return *this < Symbol::global_cache.size(); in is_valid()
55 static VDSOArray global_cache; variable
63 return (global_cache[*this]); in get()
H A Dvdso.cpp26 Symbol::VDSOArray Symbol::global_cache{};
189 for (auto &i : global_cache) in initialize_vdso_global_cache()
235 vdso_symbol_table->populate_symbol_cache(global_cache, symbol_count, in initialize_vdso_global_cache()