Home
last modified time | relevance | path

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

/external/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()
/external/libunwind/src/
Delfxx.c134 unw_word_t str_soff = ehdr->e_shoff + (section * ehdr->e_shentsize); in elf_w() local
136 if (str_soff + ehdr->e_shentsize > size) { in elf_w()
138 (unsigned long) (str_soff + ehdr->e_shentsize), in elf_w()
144 GET_SHDR_FIELD(ei, str_soff, &shdr, sh_offset); in elf_w()
145 GET_SHDR_FIELD(ei, str_soff, &shdr, sh_size); in elf_w()
291 Elf_W(Off) str_soff = ehdr->e_shoff + (section * ehdr->e_shentsize); in elf_w()
292 if (str_soff + ehdr->e_shentsize > ei->u.mapped.size) { in elf_w()
294 (unsigned long) (str_soff + ehdr->e_shentsize), in elf_w()
298 Elf_W(Shdr)* str_shdr = (Elf_W(Shdr) *) ((char *) ei->u.mapped.image + str_soff); in elf_w()