Lines Matching refs:sh_offset
75 if (str_shdr->sh_offset + str_shdr->sh_size > ei->size) in elf_w()
78 (unsigned long) (str_shdr->sh_offset + str_shdr->sh_size), in elf_w()
83 Debug (16, "strtab=0x%lx\n", (long) str_shdr->sh_offset); in elf_w()
84 return ei->image + str_shdr->sh_offset; in elf_w()
114 symtab = (Elf_W (Sym) *) ((char *) ei->image + shdr->sh_offset); in elf_w()
123 (long) shdr->sh_offset, shdr->sh_type); in elf_w()
192 symtab = (Elf_W (Sym) *) ((char *) ei->image + shdr->sh_offset); in elf_w()
304 compressed = ((uint8_t *) ei->image) + shdr->sh_offset; in elf_w()
426 if (shdr->sh_offset + shdr->sh_size > ei->size) in Elf_W()
430 (unsigned long) shdr->sh_offset + shdr->sh_size, in Elf_W()
436 secname, (unsigned long) shdr->sh_offset); in Elf_W()
480 (shdr->sh_offset + shdr->sh_size > ei->size)) in elf_w()
487 char *link = ((char *) ei->image) + shdr->sh_offset; in elf_w()