Home
last modified time | relevance | path

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

/titanic_51/usr/src/cmd/sgs/ld/common/
H A Dld.c246 * is explicitly specified, and ELFCLASSNONE otherwise.
247 * ELFCLASSNONE therefore means that we should use the best
254 uchar_t ldclass = ELFCLASSNONE, class = ELFCLASSNONE, ar_class; in process_args()
380 if ((class != ELFCLASSNONE) && (mach32 != EM_NONE)) in process_args()
410 if (class == ELFCLASSNONE) { in process_args()
414 class = ELFCLASSNONE; in process_args()
458 if (class == ELFCLASSNONE) in process_args()
/titanic_51/usr/src/cmd/sgs/libconv/common/
H A Dcap.c55 CONV_DS_MSG_INIT(ELFCLASSNONE, tags_cf) }; in conv_cap_tag_strings()
57 CONV_DS_MSG_INIT(ELFCLASSNONE, tags_nf) }; in conv_cap_tag_strings()
H A Delf.c52 CONV_DS_MSG_INIT(ELFCLASSNONE, class_cf) }; in ehdr_class_strings()
54 CONV_DS_MSG_INIT(ELFCLASSNONE, class_nf) }; in ehdr_class_strings()
56 CONV_DS_MSG_INIT(ELFCLASSNONE, class_dump) }; in ehdr_class_strings()
108 CONV_DS_MSG_INIT(ELFCLASSNONE, data_cf) }; in ehdr_data_strings()
110 CONV_DS_MSG_INIT(ELFCLASSNONE, data_nf) }; in ehdr_data_strings()
112 CONV_DS_MSG_INIT(ELFCLASSNONE, data_dump) }; in ehdr_data_strings()
114 CONV_DS_MSG_INIT(ELFCLASSNONE, data_file) }; in ehdr_data_strings()
H A Delf.msg28 @ MSG_ELFCLASSNONE_CF "ELFCLASSNONE" # 0
/titanic_51/usr/src/cmd/sgs/libelf/common/
H A Dnewehdr.c90 if (elf->ed_class == ELFCLASSNONE) in elf_newehdr()
H A Dgelf.c149 if (class == ELFCLASSNONE) in gelf_update_ehdr()
/titanic_51/usr/src/cmd/modload/
H A Dadd_drv.c62 static int kelf_type = ELFCLASSNONE;
116 int drvelf_type = ELFCLASSNONE; in main()
903 *elf_type_ptr = ELFCLASSNONE; in elf_type()
/titanic_51/usr/src/grub/grub-0.97/netboot/
H A Delf.h126 #define ELFCLASSNONE 0 /* Invalid class */ macro
/titanic_51/usr/src/cmd/sgs/libld/common/
H A Dldmain.c70 ELFCLASSNONE, ELFDATANONE }, 0, EM_NONE,
/titanic_51/usr/src/uts/common/sys/
H A Delf.h124 #define ELFCLASSNONE 0 /* EI_CLASS */ macro
/titanic_51/usr/src/boot/sys/sys/
H A Delf_common.h146 #define ELFCLASSNONE 0 /* Unknown class. */ macro
/titanic_51/usr/src/cmd/sgs/ar/common/
H A Dfile.c213 if (gelf_getclass(elf) == ELFCLASSNONE) in recover_padding()