Home
last modified time | relevance | path

Searched refs:g_protocache (Results 1 – 4 of 4) sorted by relevance

/external/ltrace/
Dprototype.h239 extern struct protolib_cache g_protocache;
Dprototype.c36 struct protolib_cache g_protocache; variable
677 protolib_cache_destroy(&g_protocache); in destroy_global_config()
702 if (protolib_cache_init(&g_protocache, NULL) < 0) { in init_global_config()
Doutput.c203 if (protolib_cache_maybe_load(&g_protocache, buf, 0, in library_get_prototype()
211 lib->protolib = protolib_cache_default(&g_protocache, in library_get_prototype()
Dhandle_event.c429 = protolib_cache_load(&g_protocache, "syscalls", 0, 1); in init_syscall_symbol()