Home
last modified time | relevance | path

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

/glibc-2.36/elf/
Dldconfig.c184 int hwcap_idx = _dl_string_hwcap (name); in is_hwcap_platform() local
187 if (hwcap_idx != -1 && ((1 << hwcap_idx) & hwcap_mask)) in is_hwcap_platform()
191 hwcap_idx = _dl_string_platform (name); in is_hwcap_platform()
192 if (hwcap_idx != -1) in is_hwcap_platform()