Searched defs:EInfo (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/file/
H A Dfile.c186 int elf_read32(int elffd, Elf_Info *EInfo);
187 int elf_read64(int elffd, Elf_Info *EInfo);
1188 Elf_Info EInfo; local
1192 (void) memset(&EInfo, 0, sizeof (Elf_Info));
1193 EInfo.file = file;
1208 if (elf_read32(elffd, &EInfo) == ELF_READ_FAIL) {
1214 if (elf_read64(elffd, &EInfo) == ELF_READ_FAIL) {
1231 print_elf_type(EInfo);
1233 if (EInfo.core_type != EC_NOTCORE) {
1235 if (EInfo
[all...]

Completed in 47 milliseconds