Searched refs:CONV_FMT_DECIMAL (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 631 conv_cnote_auxv_type(type, CONV_FMT_DECIMAL, in dump_auxv() 749 conv_cnote_signal(v_si_signo, CONV_FMT_DECIMAL, &inv_buf)); in dump_siginfo() 753 conv_cnote_errno(w, CONV_FMT_DECIMAL, &inv_buf)); in dump_siginfo() 758 CONV_FMT_DECIMAL, &inv_buf)); in dump_siginfo() 972 CONV_FMT_DECIMAL, &inv_buf1), in dump_prgregset() 987 CONV_FMT_DECIMAL, &inv_buf1), in dump_prgregset() 992 CONV_FMT_DECIMAL, &inv_buf2), in dump_prgregset() 1040 conv_cnote_signal(w, CONV_FMT_DECIMAL, &conv_buf.inv)); in dump_lwpstatus() 1058 conv_cnote_syscall(w, CONV_FMT_DECIMAL, &conv_buf.inv)); in dump_lwpstatus() 1066 conv_cnote_errno(w, CONV_FMT_DECIMAL, &conv_buf.inv)); in dump_lwpstatus() [all …]
|
H A D | elfdump.c | 1210 sym->st_shndx, CONV_FMT_DECIMAL, &inv_buf); in output_symbol()
|
/illumos-gate/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 | 617 CONV_FMT_DECIMAL, &inv_buf)); in print_symtab()
|
/illumos-gate/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 | 940 CONV_FMT_DECIMAL)); in conv_ehdr_flags() 1230 CONV_FMT_DECIMAL)); in conv_reject_desc()
|
H A D | corenote.c | 707 fmt = (fmt_flags & CONV_FMT_DECIMAL) ? in conv_cnote_priv() 743 fmt = (fmt_flags & CONV_FMT_DECIMAL) ? in conv_cnote_psetid() 916 fmt = (fmt_flags & CONV_FMT_DECIMAL) ? in conv_cnote_si_code()
|
/illumos-gate/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()
|
/illumos-gate/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 | 650 CONV_FMT_DECIMAL, &inv_buf6); in Elf_syms_table_entry()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | syms.c | 2214 CONV_FMT_DECIMAL, &inv_buf)); in ld_sym_process() 2341 sym->st_shndx, CONV_FMT_DECIMAL, in ld_sym_process() 2434 CONV_FMT_DECIMAL, &inv_buf)); in ld_sym_process() 2541 CONV_FMT_DECIMAL, &inv_buf)); in ld_sym_process() 2650 CONV_FMT_DECIMAL, &inv_buf)); in ld_sym_process()
|
/illumos-gate/usr/src/cmd/sgs/include/ |
H A D | conv.h | 521 #define CONV_FMT_DECIMAL 0x0100 /* conv_invalid_val() should print */ macro
|
/illumos-gate/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()
|