Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_elf_defines.h165 #ifndef ET_NONE
166 #define ET_NONE 0 macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Delf.h7 #define ET_NONE 0 /* No file type */ macro
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Delf.c724 CONV_DS_MSG_INIT(ET_NONE, type_cf) }; in ehdr_type_strings()
726 CONV_DS_MSG_INIT(ET_NONE, type_nf) }; in ehdr_type_strings()
728 CONV_DS_MSG_INIT(ET_NONE, type_dmp) }; in ehdr_type_strings()
H A Delf.msg458 @ MSG_ET_NONE_CF "ET_NONE" # 1
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_main.c940 if (mdb_gelf_check(io, &ehdr, ET_NONE) == -1) { in main()
1000 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.c165 if ((pt->p_file = mdb_gelf_create(io, ET_NONE, GF_FILE)) == NULL) in pt_open_aout()
/illumos-gate/usr/src/cmd/strings/
H A Dstrings.c536 if ((ehdr.e_type == ET_CORE) || (ehdr.e_type == ET_NONE)) {
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h135 #define ET_NONE 0 /* e_type */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h188 #define ET_NONE 0 /* Unknown type. */ macro
/illumos-gate/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()
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c383 etype = ET_NONE; in ld_sym_enter()
477 if ((etype == ET_NONE) || (etype == ET_REL)) { in ld_sym_enter()
/illumos-gate/usr/src/cmd/file/
H A Dfile.c962 case ET_NONE: in print_elf_type()