Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/kernel/
H A Dvdso.c109 char *secnames; in find_section() local
113 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section()
117 if (strcmp(secnames + sechdrs[i].sh_name, name) == 0) { in find_section()