_libelf_getphdr
void *_libelf_getphdr(Elf *_e, int _elfclass);
phdr = _libelf_getphdr(e, ec);
src.d_buf = _libelf_getphdr(e, ec);
return (_libelf_getphdr(e, ELFCLASS32));
return (_libelf_getphdr(e, ELFCLASS64));
((ep32 = _libelf_getphdr(e, ELFCLASS32)) == NULL))
(ep64 = _libelf_getphdr(e, ELFCLASS64)) == NULL)