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()
300 char *secnames; in find_section32() local304 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section32()308 if (strcmp(secnames+sechdrs[i].sh_name, secname) == 0) { in find_section32()391 char *secnames; in find_section64() local395 secnames = (void *)ehdr + sechdrs[ehdr->e_shstrndx].sh_offset; in find_section64()399 if (strcmp(secnames+sechdrs[i].sh_name, secname) == 0) { in find_section64()