Searched refs:lib_ver (Results 1 – 1 of 1) sorted by relevance
225 const char *name, size_t name_len, const char *lib_ver) in symbol_match() argument242 if (!lib_ver) in symbol_match()252 return strcmp(ver_name, lib_ver) == 0; in symbol_match()280 const char *at_symbol, *lib_ver; in elf_find_func_offset() local301 lib_ver = at_symbol + 1; in elf_find_func_offset()304 lib_ver = NULL; in elf_find_func_offset()325 if (!symbol_match(&iter, sh_types[i], sym, name, name_len, lib_ver)) in elf_find_func_offset()
Completed in 3 milliseconds