Home
last modified time | relevance | path

Searched refs:str_soff (Results 1 – 2 of 2) sorted by relevance

/third_party/libunwind/src/ia64/
DGfind_unwind_table.c38 Elf64_Off soff, str_soff; in find_gp() local
65 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()
/third_party/libunwind/src/
Delfxx.c59 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()