Searched refs:lib_ver (Results 1 – 1 of 1) sorted by relevance
224 const char *name, size_t name_len, const char *lib_ver) in symbol_match() argument241 if (!lib_ver) in symbol_match()251 return strcmp(ver_name, lib_ver) == 0; in symbol_match()279 const char *at_symbol, *lib_ver; in elf_find_func_offset() local300 lib_ver = at_symbol + 1; in elf_find_func_offset()303 lib_ver = NULL; in elf_find_func_offset()324 if (!symbol_match(&iter, sh_types[i], sym, name, name_len, lib_ver)) in elf_find_func_offset()