Searched refs:CONV_OSABI_ALL (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/sgs/elfdump/common/ |
H A D | main.c | 321 if (conv_iter_phdr_type(CONV_OSABI_ALL, CONV_FMT_ALT_CF, in atoui() 324 (void) conv_iter_phdr_type(CONV_OSABI_ALL, in atoui() 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/libconv/common/ |
H A D | sections.c | 267 (osabi == CONV_OSABI_ALL)) { in sec_type_strings() 284 if ((osabi == ELFOSABI_LINUX) || (osabi == CONV_OSABI_ALL)) { in sec_type_strings()
|
H A D | dynamic.c | 778 (osabi == ELFOSABI_SOLARIS) || (osabi == CONV_OSABI_ALL); in conv_dyn_tag_strings() 779 osabi_linux = (osabi == ELFOSABI_LINUX) || (osabi == CONV_OSABI_ALL); in conv_dyn_tag_strings()
|
H A D | elf.c | 898 if ((osabi == ELFOSABI_SOLARIS) || (osabi == CONV_OSABI_ALL)) in ehdr_abivers_strings()
|
/titanic_44/usr/src/cmd/sgs/include/ |
H A D | conv.h | 641 #define CONV_OSABI_ALL 1024 /* Larger than can be represented by uchar_t */ macro 679 ((CONV_VD2_SKIP_OSABI(_osabi, _vdp) && (_osabi != CONV_OSABI_ALL)) || \
|
/titanic_44/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfconst.c | 374 *osabi = CONV_OSABI_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() 1749 (void) conv_iter_sec_type(CONV_OSABI_ALL, in at_seg_assign_type()
|