Searched refs:sh_offset (Results 1 – 4 of 4) sorted by relevance
| /third_party/ulib/ngunwind/src/ |
| A D | elfxx.c | 74 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 D | elf.c | 201 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 D | Gfind_proc_info-lsb.c | 128 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 D | elf.h | 224 Elf32_Off sh_offset; member 237 Elf64_Off sh_offset; member
|
Completed in 20 milliseconds