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