Home | History | Annotate | Download | only in libelf

Lines Matching full:elf64_shdr

197 	      || unlikely (ehdr.e64->e_shoff + sizeof (Elf64_Shdr) > maxsize))
205 & (__alignof__ (Elf64_Shdr) - 1)) == 0))
207 size = ((Elf64_Shdr *) ((char *) map_address + ehdr.e64->e_shoff
214 memcpy (&size, &((Elf64_Shdr *) ((char *) map_address
221 + offsetof (Elf64_Shdr, sh_size))
238 || maxsize - ehdr.e64->e_shoff < sizeof (Elf64_Shdr) * result)
275 else if (scncnt > SIZE_MAX / (sizeof (Elf_Scn) + sizeof (Elf64_Shdr)))
448 & (__alignof__ (Elf64_Shdr) - 1)) == 0)))
452 < scncnt * sizeof (Elf64_Shdr)))
455 = (Elf64_Shdr *) ((char *) ehdr + e_shoff);