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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c764 Elf32_Ehdr h32; member in union:__anon876
780 if (mdb_gelf_check(io, &ehdr.h32, etype) == -1)
783 switch (ehdr.h32.e_ident[EI_CLASS]) {
785 gf = gelf32_init(gf, io, &ehdr.h32);
805 IOP_NAME(io), ehdr.h32.e_ident[EI_CLASS]);

Completed in 67 milliseconds