Searched refs:secnames (Results 1 – 1 of 1) sorted by relevance
109 char *secnames; in find_section() local113 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section()117 if (strcmp(secnames + sechdrs[i].sh_name, name) == 0) { in find_section()