Searched refs:secnames (Results 1 – 2 of 2) sorted by relevance
114 char *secnames; in find_section() local118 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()
237 char *secnames; in find_section32() local241 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() local346 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()