Home
last modified time | relevance | path

Searched refs:sh_offset (Results 1 – 4 of 4) sorted by relevance

/third_party/ulib/ngunwind/src/
A Delfxx.c74 if (str_shdr->sh_offset + str_shdr->sh_size > ei->size) in elf_w()
77 (unsigned long) (str_shdr->sh_offset + str_shdr->sh_size), in elf_w()
82 Debug (16, "strtab=0x%lx\n", (long) str_shdr->sh_offset); in elf_w()
83 return ei->image + str_shdr->sh_offset; in elf_w()
113 symtab = (Elf_W (Sym) *) ((char *) ei->image + shdr->sh_offset); in elf_w()
122 (long) shdr->sh_offset, shdr->sh_type); in elf_w()
240 if (shdr->sh_offset + shdr->sh_size > ei->size) in elf_w()
243 (unsigned long) shdr->sh_offset + shdr->sh_size, in elf_w()
249 (unsigned long) shdr->sh_offset); in elf_w()
250 compressed = ((uint8_t *) ei->image) + shdr->sh_offset; in elf_w()
/third_party/ulib/backtrace/
A Delf.c201 b_elf_off sh_offset; /* Section file offset */ member
686 shstr_off = shstrhdr->sh_offset; in elf_add()
727 sections[j].offset = shdr->sh_offset; in elf_add()
753 if (!backtrace_get_view (state, descriptor, symtab_shdr->sh_offset, in elf_add()
759 if (!backtrace_get_view (state, descriptor, strtab_shdr->sh_offset, in elf_add()
/third_party/ulib/ngunwind/src/dwarf/
A DGfind_proc_info-lsb.c128 fseek (f, sec_hdrs[shstrndx].sh_offset, SEEK_SET); in load_debug_frame()
141 fseek (f, sec_hdrs[i].sh_offset, SEEK_SET); in load_debug_frame()
146 *bufsize, sec_hdrs[i].sh_offset); in load_debug_frame()
153 fseek (f, sec_hdrs[i].sh_offset, SEEK_SET); in load_debug_frame()
158 linksize, sec_hdrs[i].sh_offset); in load_debug_frame()
/third_party/ulib/musl/include/
A Delf.h224 Elf32_Off sh_offset; member
237 Elf64_Off sh_offset; member

Completed in 20 milliseconds