Searched refs:ET_SUNWPSEUDO (Results 1 – 4 of 4) sorted by relevance
/titanic_51/usr/src/cmd/sgs/libconv/common/ |
H A D | elf.c | 730 { ET_SUNWPSEUDO, SOL, MSG_ET_SUNWPSEUDO_CF }, in ehdr_type_strings() 734 { ET_SUNWPSEUDO, SOL, MSG_ET_SUNWPSEUDO_NF }, in ehdr_type_strings() 738 { ET_SUNWPSEUDO, SOL, MSG_ET_SUNWPSEUDO_DMP }, in ehdr_type_strings() 741 #if ET_LOSUNW != ET_SUNWPSEUDO in ehdr_type_strings()
|
H A D | elf.msg | 473 @ MSG_ET_SUNWPSEUDO_CF "ET_SUNWPSEUDO" # 0xfeff
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | elf.h | 142 #define ET_SUNWPSEUDO 0xfeff macro
|
/titanic_51/usr/src/uts/common/fs/objfs/ |
H A D | objfs_data.c | 46 * kernel. We use a special ELF file type, ET_SUNWPSEUDO, so that we can 642 ehdr.e_type = ET_SUNWPSEUDO; in objfs_data_read()
|