Searched refs:MAXNDXSIZE (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 815 char index[MAXNDXSIZE]; in unwind_exception_ranges() 848 (void) snprintf(index, MAXNDXSIZE, MSG_ORIG(MSG_FMT_INDEX), in unwind_exception_ranges() 1168 char index[MAXNDXSIZE]; in output_symbol() 1368 (void) snprintf(index, MAXNDXSIZE, in output_symbol() 1696 char _chain[MAXNDXSIZE], _symndx[MAXNDXSIZE]; in cap_section() 1726 (void) snprintf(_chain, MAXNDXSIZE, in cap_section() 1728 (void) snprintf(_symndx, MAXNDXSIZE, in cap_section() 2128 char index[MAXNDXSIZE]; in version_def() 2150 (void) snprintf(index, MAXNDXSIZE, MSG_ORIG(MSG_FMT_INDEX), in version_def() 2212 char index[MAXNDXSIZE]; in version_need() [all …]
|
H A D | main.c | 181 char index[MAXNDXSIZE]; in dump_hex_bytes_cb() 568 char index[MAXNDXSIZE]; in archive() 626 (void) snprintf(index, MAXNDXSIZE, in archive()
|
H A D | _elfdump.h | 102 #define MAXNDXSIZE 10 macro
|
H A D | corenote.c | 419 char index1[MAXNDXSIZE], index2[MAXNDXSIZE]; in print_array() 497 char index[(MAXNDXSIZE * 2) + 1]; in dump_auxv() 1775 char index1[MAXNDXSIZE * 2], index2[MAXNDXSIZE * 2]; in dump_asrset()
|
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | str.c | 39 #define MAXNDXSIZE 10 macro 427 char index[(MAXNDXSIZE * 2) + 4]; in print_strtab()
|
H A D | sym.c | 40 #define MAXNDXSIZE 10 macro 245 char index[MAXNDXSIZE]; in dump_symtab() 274 (void) snprintf(index, MAXNDXSIZE, in dump_symtab()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | files.c | 2565 #define MAXNDXSIZE 10 macro
|