Searched refs:CONV_MACH_ALL (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | cap.c | 122 (mach == EM_AMD64) || (mach == CONV_MACH_ALL)) in conv_iter_cap_val_hw1() 129 (mach == EM_SPARCV9) || (mach == CONV_MACH_ALL)) in conv_iter_cap_val_hw1()
|
H A D | sections.c | 306 (mach == EM_SPARCV9) || (mach == CONV_MACH_ALL)) { in sec_type_strings() 323 if ((mach == EM_AMD64) || (mach == CONV_MACH_ALL)) { in sec_type_strings()
|
H A D | symbols.c | 178 (mach == EM_SPARC32PLUS) || (mach == CONV_MACH_ALL); in conv_sym_info_type_strings()
|
H A D | dynamic.c | 781 (mach == EM_SPARC32PLUS) || (mach == CONV_MACH_ALL); in conv_dyn_tag_strings()
|
H A D | elf.c | 709 (mach == EM_SPARC32PLUS) || (mach == CONV_MACH_ALL)) { in conv_iter_ehdr_flags()
|
/titanic_44/usr/src/cmd/sgs/elfdump/common/ |
H A D | main.c | 328 if (conv_iter_sec_type(CONV_OSABI_ALL, CONV_MACH_ALL, in atoui() 332 (void) conv_iter_sec_type(CONV_OSABI_ALL, CONV_MACH_ALL, in atoui()
|
/titanic_44/usr/src/cmd/sgs/include/ |
H A D | conv.h | 642 #define CONV_MACH_ALL EM_NUM /* Never a valid machine type */ macro 680 (CONV_VD2_SKIP_MACH(_mach, _vdp) && (_mach != CONV_MACH_ALL)))
|
/titanic_44/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfconst.c | 375 *mach = CONV_MACH_ALL; in init_libconv_strings()
|
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | map_v2.c | 1744 status = conv_iter_sec_type(CONV_OSABI_ALL, CONV_MACH_ALL, in at_seg_assign_type() 1750 CONV_MACH_ALL, CONV_FMT_ALT_NF, conv_iter_strtol, in at_seg_assign_type()
|