Searched refs:secnames (Results 1 – 2 of 2) sorted by relevance
104 char *secnames; in find_section() local108 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()
260 char *secnames; in find_section32() local264 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section32()268 if (strcmp(secnames+sechdrs[i].sh_name, secname) == 0) { in find_section32()365 char *secnames; in find_section64() local369 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section64()373 if (strcmp(secnames+sechdrs[i].sh_name, secname) == 0) { in find_section64()