Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dvdso.c118 char *secnames; in find_section() local
122 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section()
126 if (strcmp(secnames + sechdrs[i].sh_name, name) == 0) { in find_section()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dvdso.c236 char *secnames; in find_section32() local
240 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section32()
244 if (strcmp(secnames+sechdrs[i].sh_name, secname) == 0) { in find_section32()
341 char *secnames; in find_section64() local
345 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section64()
349 if (strcmp(secnames+sechdrs[i].sh_name, secname) == 0) { in find_section64()