Elf_Info
elf_read(int fd, Elf_Info *EI)
get_phdr(Elf_Info *EI, int inx)
get_shdr(Elf_Info *EI, int inx)
process_phdr(Elf_Info *EI)
process_shdr(Elf_Info *EI)
static int process_shdr(Elf_Info *);
static int process_phdr(Elf_Info *);
static int get_phdr(Elf_Info *, int);
static int get_shdr(Elf_Info *, int);
print_elf_flags(Elf_Info EI)
Elf_Info EInfo;
(void) memset(&EInfo, 0, sizeof (Elf_Info));
int elf_read32(int elffd, Elf_Info *EInfo);
int elf_read64(int elffd, Elf_Info *EInfo);
print_elf_type(Elf_Info EI)