Home | History | Annotate | Download | only in libelf

Lines Matching full:elf32_shdr

148 	      || unlikely (maxsize - ehdr.e32->e_shoff < sizeof (Elf32_Shdr)))
155 & (__alignof__ (Elf32_Shdr) - 1)) == 0))
157 result = ((Elf32_Shdr *) ((char *) map_address + ehdr.e32->e_shoff
166 memcpy (&size, &((Elf32_Shdr *) ((char *) map_address
173 + offsetof (Elf32_Shdr, sh_size))
186 || maxsize - ehdr.e32->e_shoff < sizeof (Elf32_Shdr) * result)
272 if (scncnt > SIZE_MAX / (sizeof (Elf_Scn) + sizeof (Elf32_Shdr)))
346 & (__alignof__ (Elf32_Shdr) - 1)) == 0)))
350 < scncnt * sizeof (Elf32_Shdr)))
358 = (Elf32_Shdr *) ((char *) ehdr + e_shoff);