Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/kernel/
Dvdso.c104 char *secnames; in find_section() local
108 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section()
112 if (strcmp(secnames + sechdrs[i].sh_name, name) == 0) { in find_section()
/linux-4.1.27/arch/powerpc/kernel/
Dvdso.c300 char *secnames; in find_section32() local
304 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section32()
308 if (strcmp(secnames+sechdrs[i].sh_name, secname) == 0) { in find_section32()
391 char *secnames; in find_section64() local
395 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section64()
399 if (strcmp(secnames+sechdrs[i].sh_name, secname) == 0) { in find_section64()