Searched refs:get_symbols_v2 (Results 1 – 5 of 5) sorted by relevance
59 static ld_plugin_get_symbols get_symbols_v2 = NULL; variable125 get_symbols_v2 = entry->tv_u.tv_get_symbols; in onload()423 if (get_symbols_v2 == NULL) in all_symbols_read_hook()433 (*get_symbols_v2)(claimed_file->handle, claimed_file->nsyms, in all_symbols_read_hook()
613 get_symbols_v2 (const void *handle, int nsyms, struct ld_plugin_symbol *syms) in get_symbols_v2() function741 TVU(get_symbols) = get_symbols_v2; in set_tv_header()
146 (get_symbols_v1, get_symbols_v2): New wrapper functions.
112 get_symbols_v2(const void *handle, int nsyms, struct ld_plugin_symbol *syms);277 tv[i].tv_u.tv_get_symbols = get_symbols_v2; in load()1533 get_symbols_v2(const void* handle, int nsyms, ld_plugin_symbol* syms) in get_symbols_v2() function
4649 * plugin.cc (get_symbols_v2): New function.4655 (get_symbols_v2): New function.4658 * testsuite/plugin_test.c (get_symbols_v2): New static variable.4660 (all_symbols_read_hook): Use get_symbols_v2; check for