elf32_shdr
struct elf32_shdr *plt;
#define ELF_SHDR_SIZE ((u8)sizeof(struct elf32_shdr))
const struct elf32_shdr *shdr = elf + ehdr->e_shoff;
const struct elf32_shdr *shdr = elf + ehdr->e_shoff;
struct elf32_shdr *shdr, *shdr_strtab;
shdr = (struct elf32_shdr *)(elf_data + ehdr->e_shoff);
struct elf32_shdr *shdr, *name_table_shdr;
shdr = (struct elf32_shdr *)(elf_data + ehdr->e_shoff);
if (ehdr->e_shentsize != sizeof(struct elf32_shdr))
shend = size_add(size_mul(sizeof(struct elf32_shdr), ehdr->e_shnum), ehdr->e_shoff);
#define elf_shdr elf32_shdr
#define elf_shdr elf32_shdr