Home
last modified time | relevance | path

Searched refs:ET_NONE (Results 1 – 12 of 12) sorted by relevance

/titanic_51/usr/src/grub/grub-0.97/netboot/
H A Delf.h7 #define ET_NONE 0 /* No file type */ macro
/titanic_51/usr/src/cmd/sgs/libconv/common/
H A Delf.c723 CONV_DS_MSG_INIT(ET_NONE, type_cf) }; in ehdr_type_strings()
725 CONV_DS_MSG_INIT(ET_NONE, type_nf) }; in ehdr_type_strings()
727 CONV_DS_MSG_INIT(ET_NONE, type_dmp) }; in ehdr_type_strings()
H A Delf.msg458 @ MSG_ET_NONE_CF "ET_NONE" # 1
/titanic_51/usr/src/cmd/strings/
H A Dstrings.c538 if ((ehdr.e_type == ET_CORE) || (ehdr.e_type == ET_NONE)) {
/titanic_51/usr/src/cmd/mdb/common/mdb/
H A Dmdb_main.c910 if (mdb_gelf_check(io, &ehdr, ET_NONE) == -1) { in main()
970 if (mdb_gelf_check(io, &chdr, ET_NONE) == -1) in main()
H A Dmdb_gelf.c727 if (etype != ET_NONE) in mdb_gelf_check()
734 if (etype != ET_NONE) in mdb_gelf_check()
752 if (etype != ET_NONE && ehp->e_type != etype) { in mdb_gelf_check()
1378 ehdr.e_type = ET_NONE; in mdb_gelf_symtab_create_mutable()
H A Dmdb_proc.c163 if ((pt->p_file = mdb_gelf_create(io, ET_NONE, GF_FILE)) == NULL) in pt_open_aout()
/titanic_51/usr/src/uts/common/sys/
H A Delf.h134 #define ET_NONE 0 /* e_type */ macro
/titanic_51/usr/src/boot/sys/sys/
H A Delf_common.h188 #define ET_NONE 0 /* Unknown type. */ macro
/titanic_51/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c270 if ((gf = mdb_gelf_create(io, ET_NONE, GF_FILE)) == NULL) in xkb_identify()
1145 xe->xe_gelf = mdb_gelf_create(io, ET_NONE, GF_FILE); in xkb_open_elf()
/titanic_51/usr/src/cmd/sgs/libld/common/
H A Dsyms.c345 etype = ET_NONE; in ld_sym_enter()
439 if ((etype == ET_NONE) || (etype == ET_REL)) { in ld_sym_enter()
/titanic_51/usr/src/cmd/file/
H A Dfile.c959 case ET_NONE: in print_elf_type()