Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm/kernel/
Dvdso.c114 char *secnames; in find_section() local
118 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section()
122 if (strcmp(secnames + sechdrs[i].sh_name, name) == 0) { in find_section()
/Linux-v5.4/arch/powerpc/kernel/
Dvdso.c237 char *secnames; in find_section32() local
241 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section32()
245 if (strcmp(secnames+sechdrs[i].sh_name, secname) == 0) { in find_section32()
342 char *secnames; in find_section64() local
346 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section64()
350 if (strcmp(secnames+sechdrs[i].sh_name, secname) == 0) { in find_section64()