Searched refs:conv_ehdr_flags (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/sgs/liblddbg/common/ |
H A D | elf.c | 69 flgs = conv_ehdr_flags(mach, ehdr->e_flags, 0, &flags_buf); in Elf_ehdr()
|
/titanic_41/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | ehdr.c | 486 conv_ehdr_flags(ehdr->e_machine, ehdr->e_flags, in print_ehdr() 929 conv_ehdr_flags(ehdr->e_machine, in cmd_body() 934 conv_ehdr_flags(ehdr->e_machine, in cmd_body() 936 conv_ehdr_flags(ehdr->e_machine, in cmd_body()
|
/titanic_41/usr/src/cmd/sgs/libconv/common/ |
H A D | elf.c | 666 conv_ehdr_flags(Half mach, Word flags, Conv_fmt_flags_t fmt_flags, in conv_ehdr_flags() function 949 return (conv_ehdr_flags(mach, (Word)info, 0, in conv_reject_desc()
|
H A D | llib-lconv | 131 const char *conv_ehdr_flags(Half, Word, Conv_fmt_flags_t,
|
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | conv.h | 864 extern const char *conv_ehdr_flags(Half, Word, Conv_fmt_flags_t,
|
/titanic_41/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.c | 1404 flgs = conv_ehdr_flags(ehdr.e_machine, ehdr.e_flags, in dcmd_ElfEhdr()
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 504 vstr = conv_ehdr_flags(state->ns_mach, w, in dump_auxv()
|