Searched refs:ET_NONE (Results 1 – 12 of 12) sorted by relevance
/titanic_51/usr/src/grub/grub-0.97/netboot/ |
H A D | elf.h | 7 #define ET_NONE 0 /* No file type */ macro
|
/titanic_51/usr/src/cmd/sgs/libconv/common/ |
H A D | elf.c | 723 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 D | elf.msg | 458 @ MSG_ET_NONE_CF "ET_NONE" # 1
|
/titanic_51/usr/src/cmd/strings/ |
H A D | strings.c | 538 if ((ehdr.e_type == ET_CORE) || (ehdr.e_type == ET_NONE)) {
|
/titanic_51/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_main.c | 910 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 D | mdb_gelf.c | 727 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 D | mdb_proc.c | 163 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 D | elf.h | 134 #define ET_NONE 0 /* e_type */ macro
|
/titanic_51/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 188 #define ET_NONE 0 /* Unknown type. */ macro
|
/titanic_51/usr/src/cmd/mdb/intel/modules/mdb_kb/ |
H A D | mdb_kb.c | 270 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 D | syms.c | 345 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 D | file.c | 959 case ET_NONE: in print_elf_type()
|