Home | History | Annotate | Download | only in src

Lines Matching refs:sh_offset

74   if (str_shdr->sh_offset + str_shdr->sh_size > ei->size)
77 (unsigned long) (str_shdr->sh_offset + str_shdr->sh_size),
82 Debug (16, "strtab=0x%lx\n", (long) str_shdr->sh_offset);
84 return (char*) ((uintptr_t) ei->image + str_shdr->sh_offset);
115 symtab = (Elf_W (Sym) *) ((char *) ei->image + shdr->sh_offset);
124 (long) shdr->sh_offset, shdr->sh_type);
244 if (shdr->sh_offset + shdr->sh_size > ei->size)
247 (unsigned long) shdr->sh_offset + shdr->sh_size,
253 (unsigned long) shdr->sh_offset);
254 compressed = ((uint8_t *) ei->image) + shdr->sh_offset;