Searched refs:CONV_FMT_DECIMAL (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 572 conv_cnote_auxv_type(type, CONV_FMT_DECIMAL, in dump_auxv() 690 conv_cnote_signal(v_si_signo, CONV_FMT_DECIMAL, &inv_buf)); in dump_siginfo() 694 conv_cnote_errno(w, CONV_FMT_DECIMAL, &inv_buf)); in dump_siginfo() 699 CONV_FMT_DECIMAL, &inv_buf)); in dump_siginfo() 873 CONV_FMT_DECIMAL, &inv_buf1), in dump_prgregset() 888 CONV_FMT_DECIMAL, &inv_buf1), in dump_prgregset() 893 CONV_FMT_DECIMAL, &inv_buf2), in dump_prgregset() 941 conv_cnote_signal(w, CONV_FMT_DECIMAL, &conv_buf.inv)); in dump_lwpstatus() 959 conv_cnote_syscall(w, CONV_FMT_DECIMAL, &conv_buf.inv)); in dump_lwpstatus() 967 conv_cnote_errno(w, CONV_FMT_DECIMAL, &conv_buf.inv)); in dump_lwpstatus() [all …]
|
H A D | elfdump.c | 1145 sym->st_shndx, CONV_FMT_DECIMAL, &inv_buf); in output_symbol()
|
/titanic_50/usr/src/cmd/sgs/dump/common/ |
H A D | dump.h | 42 #define DUMP_CONVFMT (CONV_FMT_DECIMAL|CONV_FMT_ALT_DUMP)
|
H A D | dump.c | 612 CONV_FMT_DECIMAL, &inv_buf)); in print_symtab()
|
/titanic_50/usr/src/cmd/sgs/libconv/common/ |
H A D | sections_machelf.c | 69 (void) conv_invalid_val(inv_buf, info, CONV_FMT_DECIMAL); in conv_sec_linkinfo()
|
H A D | globals_machelf.c | 52 if (fmt_flags & CONV_FMT_DECIMAL) { in conv_invalid_val()
|
H A D | elf.c | 684 CONV_FMT_DECIMAL)); in conv_ehdr_flags() 966 CONV_FMT_DECIMAL)); in conv_reject_desc()
|
H A D | corenote.c | 701 fmt = (fmt_flags & CONV_FMT_DECIMAL) ? in conv_cnote_priv() 737 fmt = (fmt_flags & CONV_FMT_DECIMAL) ? in conv_cnote_psetid() 910 fmt = (fmt_flags & CONV_FMT_DECIMAL) ? in conv_cnote_si_code()
|
/titanic_50/usr/src/cmd/sgs/liblddbg/common/ |
H A D | elf.c | 57 ehdr->e_ident[EI_ABIVERSION], CONV_FMT_DECIMAL, &inv_buf2)); in Elf_ehdr()
|
H A D | syms.c | 657 CONV_FMT_DECIMAL, &inv_buf6); in Elf_syms_table_entry()
|
/titanic_50/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | ehdr.c | 342 CONV_FMT_DECIMAL, &inv_buf); in print_ehdr() 430 CONV_FMT_DECIMAL, &inv_buf)); in print_ehdr() 616 c, CONV_FMT_DECIMAL, &inv_buf)); in print_ehdr() 1326 abiver, CONV_FMT_DECIMAL, &inv_buf1)); in cmd_body() 1332 CONV_FMT_DECIMAL, &inv_buf1), in cmd_body() 1334 abiver, CONV_FMT_DECIMAL, &inv_buf2)); in cmd_body()
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | syms.c | 2079 CONV_FMT_DECIMAL, &inv_buf)); in ld_sym_process() 2205 sym->st_shndx, CONV_FMT_DECIMAL, in ld_sym_process() 2290 CONV_FMT_DECIMAL, &inv_buf)); in ld_sym_process() 2391 CONV_FMT_DECIMAL, &inv_buf)); in ld_sym_process() 2500 CONV_FMT_DECIMAL, &inv_buf)); in ld_sym_process()
|
/titanic_50/usr/src/cmd/sgs/include/ |
H A D | conv.h | 494 #define CONV_FMT_DECIMAL 0x0100 /* conv_invalid_val() should print */ macro
|
/titanic_50/usr/src/cmd/sgs/elfedit/common/ |
H A D | util_machelf.c | 287 CONV_FMT_ALT_CF | CONV_FMT_DECIMAL, buf)); in elfedit_shndx_to_name()
|