Searched refs:Elf_Info (Results 1 – 3 of 3) sorted by relevance
92 static int process_shdr(Elf_Info *);93 static int process_phdr(Elf_Info *);96 static int get_phdr(Elf_Info *, int);97 static int get_shdr(Elf_Info *, int);185 elf_read(int fd, Elf_Info *EI) in elf_read()249 get_phdr(Elf_Info *EI, int inx) in get_phdr()272 get_shdr(Elf_Info *EI, int inx) in get_shdr()308 process_phdr(Elf_Info *EI) in process_phdr()417 process_shdr(Elf_Info *EI) in process_shdr()
30 typedef struct Elf_Info { struct42 } Elf_Info; typedef
187 int elf_read32(int elffd, Elf_Info *EInfo);188 int elf_read64(int elffd, Elf_Info *EInfo);959 print_elf_type(Elf_Info EI) in print_elf_type()1213 print_elf_flags(Elf_Info EI) in print_elf_flags()1276 Elf_Info EInfo; in elf_check()1280 (void) memset(&EInfo, 0, sizeof (Elf_Info)); in elf_check()