Searched refs:lib_ver (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/tools/lib/bpf/ |
D | elf.c | 227 const char *name, size_t name_len, const char *lib_ver) in symbol_match() argument 244 if (!lib_ver) in symbol_match() 254 return strcmp(ver_name, lib_ver) == 0; in symbol_match() 282 const char *at_symbol, *lib_ver; in elf_find_func_offset() local 303 lib_ver = at_symbol + 1; in elf_find_func_offset() 306 lib_ver = NULL; in elf_find_func_offset() 327 if (!symbol_match(&iter, sh_types[i], sym, name, name_len, lib_ver)) in elf_find_func_offset()
|
/linux-6.12.1/drivers/gpu/drm/bridge/cadence/ |
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()
|