Lines Matching full:elf32_shdr
312 } Elf32_Shdr;
1105 /* Legal values for sh_type field of Elf32_Shdr. */
1147 /* Legal values for sh_flags field of Elf32_Shdr. */
1436 /* Legal values for sh_type field of Elf32_Shdr. */
1449 /* Legal values for sh_flags field of Elf32_Shdr. */
19222 Elf32_Shdr shdr, *sh;
19784 ehdr.e_shentsize = sizeof(Elf32_Shdr);
19813 memset(sh, 0, sizeof(Elf32_Shdr));
19828 dummy_size_t = fwrite(sh, 1, sizeof(Elf32_Shdr), f);
19867 Elf32_Shdr *shdr, *sh;
19896 sizeof(Elf32_Shdr) * ehdr.e_shnum);
20216 Elf32_Shdr *shdr, *sh, *sh1;
20234 shdr = load_data(fd, ehdr.e_shoff, sizeof(Elf32_Shdr) * ehdr.e_shnum);