Searched refs:str_soff (Results 1 – 2 of 2) sorted by relevance
38 Elf64_Off soff, str_soff; in find_gp() local65 str_soff = soff + (ehdr->e_shstrndx * ehdr->e_shentsize); in find_gp()76 str_shdr = (Elf64_Shdr *) ((char *) edi->ei.image + str_soff); in find_gp()
59 Elf_W (Off) soff, str_soff; in elf_w()65 str_soff = soff + (section * ehdr->e_shentsize); in elf_w()66 if (str_soff + ehdr->e_shentsize > ei->size) in elf_w()69 (unsigned long) (str_soff + ehdr->e_shentsize), in elf_w()73 str_shdr = (Elf_W (Shdr) *) ((char *) ei->image + str_soff); in elf_w()