Home
last modified time | relevance | path

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

/glibc-2.36/elf/
Ddl-cache.c68 const char *left_name = (const char *) cache + left_index; in glibc_hwcaps_compare() local
69 uint32_t left_name_length = strlen (left_name); in glibc_hwcaps_compare()
75 int cmp = memcmp (left_name, right->name, to_compare); in glibc_hwcaps_compare()