Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Delf.c294 const char *name, size_t name_len, const char *lib_ver) in symbol_match() argument
311 if (!lib_ver) in symbol_match()
321 return strcmp(ver_name, lib_ver) == 0; in symbol_match()
353 const char *at_symbol, *lib_ver; in elf_find_func_offset() local
378 lib_ver = at_symbol + 1; in elf_find_func_offset()
381 lib_ver = NULL; in elf_find_func_offset()
402 if (!symbol_match(&iter, sh_types[i], sym, name, name_len, lib_ver)) in elf_find_func_offset()