Searched refs:lib_ver (Results 1 – 2 of 2) sorted by relevance
/linux/tools/lib/bpf/ |
H A D | elf.c | 225 const char *name, size_t name_len, const char *lib_ver) in symbol_match() argument 242 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() local 301 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()
|
/linux/drivers/gpu/drm/bridge/cadence/ |
H A D | cdns-mhdp8546-core.c | 679 u32 fw_ver, lib_ver; in cdns_mhdp_check_fw_version() local 684 lib_ver = (readl(mhdp->regs + CDNS_LIB_H_ADDR) << 8) in cdns_mhdp_check_fw_version() 687 if (lib_ver < 33984) { in cdns_mhdp_check_fw_version() 697 } else if (lib_ver == 0 && fw_ver == 0) { in cdns_mhdp_check_fw_version() 701 fw_ver, lib_ver); in cdns_mhdp_check_fw_version()
|