_libelf_newphdr
void *_libelf_newphdr(Elf *_e, int _elfclass, size_t _count);
return (_libelf_newphdr(e, ELFCLASS32, count));
return (_libelf_newphdr(e, ELFCLASS64, count));
return (_libelf_newphdr(e, e->e_class, count));