Searched refs:ELFCLASSNONE (Results 1 – 12 of 12) sorted by relevance
/titanic_51/usr/src/cmd/sgs/ld/common/ |
H A D | ld.c | 246 * 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 D | cap.c | 55 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 D | elf.c | 52 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 D | elf.msg | 28 @ MSG_ELFCLASSNONE_CF "ELFCLASSNONE" # 0
|
/titanic_51/usr/src/cmd/sgs/libelf/common/ |
H A D | newehdr.c | 90 if (elf->ed_class == ELFCLASSNONE) in elf_newehdr()
|
H A D | gelf.c | 149 if (class == ELFCLASSNONE) in gelf_update_ehdr()
|
/titanic_51/usr/src/cmd/modload/ |
H A D | add_drv.c | 62 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 D | elf.h | 126 #define ELFCLASSNONE 0 /* Invalid class */ macro
|
/titanic_51/usr/src/cmd/sgs/libld/common/ |
H A D | ldmain.c | 70 ELFCLASSNONE, ELFDATANONE }, 0, EM_NONE,
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | elf.h | 124 #define ELFCLASSNONE 0 /* EI_CLASS */ macro
|
/titanic_51/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 146 #define ELFCLASSNONE 0 /* Unknown class. */ macro
|
/titanic_51/usr/src/cmd/sgs/ar/common/ |
H A D | file.c | 213 if (gelf_getclass(elf) == ELFCLASSNONE) in recover_padding()
|