Lines Matching refs:e_shoff
97 CONVERT (ehdr.e32->e_shoff);
102 CONVERT (ehdr.e64->e_shoff);
112 if (unlikely (result == 0) && ehdr.e32->e_shoff != 0)
114 if (offset + ehdr.e32->e_shoff + sizeof (Elf32_Shdr) > maxsize)
124 + ehdr.e32->e_shoff
131 offset + ehdr.e32->e_shoff
148 if (unlikely (result == 0) && ehdr.e64->e_shoff != 0)
150 if (offset + ehdr.e64->e_shoff + sizeof (Elf64_Shdr) > maxsize)
160 + ehdr.e64->e_shoff
167 offset + ehdr.e64->e_shoff
251 && ((uintptr_t) ((char *) ehdr + ehdr->e_shoff)
261 + elf->state.elf32.ehdr->e_shoff);
300 CONVERT (elf->state.elf32.ehdr_mem.e_shoff);
337 && ((uintptr_t) ((char *) ehdr + ehdr->e_shoff)
347 + elf->state.elf64.ehdr->e_shoff);
386 CONVERT (elf->state.elf64.ehdr_mem.e_shoff);