Searched refs:secnames (Results 1 – 2 of 2) sorted by relevance
118 char *secnames; in find_section() local122 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()
236 char *secnames; in find_section32() local240 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() local345 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()