ehdr_shoff
elf_parser.ehdr_shoff = ehdr64_shoff;
elf_parser.ehdr_shoff = ehdr32_shoff;
uint64_t (*ehdr_shoff)(Elf_Ehdr *ehdr);
return elf_parser.ehdr_shoff(ehdr);
shdr_start = (Elf_Shdr *)((char *)ehdr + ehdr_shoff(ehdr));
shdr_start = (Elf_Shdr *)((char *)ehdr + ehdr_shoff(ehdr));
shdr_start = (Elf_Shdr *)((char *)ehdr + ehdr_shoff(ehdr));
shdr_start = (Elf_Shdr *)((char *)ehdr + ehdr_shoff(ehdr));