Home
last modified time | relevance | path

Searched refs:Elf_Info (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/file/
H A Delf_read.c91 static int process_shdr(Elf_Info *);
92 static int process_phdr(Elf_Info *);
95 static int get_phdr(Elf_Info *, int);
96 static int get_shdr(Elf_Info *, int);
184 elf_read(int fd, Elf_Info *EI) in elf_read()
248 get_phdr(Elf_Info *EI, int inx) in get_phdr()
271 get_shdr(Elf_Info *EI, int inx) in get_shdr()
307 process_phdr(Elf_Info *EI) in process_phdr()
416 process_shdr(Elf_Info *EI) in process_shdr()
H A Delf_read.h32 typedef struct Elf_Info { struct
43 } Elf_Info; argument
H A Dfile.c186 int elf_read32(int elffd, Elf_Info *EInfo);
187 int elf_read64(int elffd, Elf_Info *EInfo);
955 print_elf_type(Elf_Info EI) in print_elf_type()
1125 print_elf_flags(Elf_Info EI) in print_elf_flags()
1188 Elf_Info EInfo; in elf_check()
1192 (void) memset(&EInfo, 0, sizeof (Elf_Info)); in elf_check()