Searched refs:MAXNDXSIZE (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 797 char index[MAXNDXSIZE]; in unwind_exception_ranges() 830 (void) snprintf(index, MAXNDXSIZE, MSG_ORIG(MSG_FMT_INDEX), in unwind_exception_ranges() 1099 char index[MAXNDXSIZE]; in output_symbol() 1299 (void) snprintf(index, MAXNDXSIZE, in output_symbol() 1627 char _chain[MAXNDXSIZE], _symndx[MAXNDXSIZE]; in cap_section() 1657 (void) snprintf(_chain, MAXNDXSIZE, in cap_section() 1659 (void) snprintf(_symndx, MAXNDXSIZE, in cap_section() 2053 char index[MAXNDXSIZE]; in version_def() 2075 (void) snprintf(index, MAXNDXSIZE, MSG_ORIG(MSG_FMT_INDEX), in version_def() 2137 char index[MAXNDXSIZE]; in version_need() [all …]
|
H A D | _elfdump.h | 102 #define MAXNDXSIZE 10 macro
|
H A D | main.c | 183 char index[MAXNDXSIZE]; in dump_hex_bytes() 595 char index[MAXNDXSIZE]; in archive() 653 (void) snprintf(index, MAXNDXSIZE, in archive()
|
H A D | corenote.c | 383 char index1[MAXNDXSIZE], index2[MAXNDXSIZE]; in print_array() 459 char index[(MAXNDXSIZE * 2) + 1]; in dump_auxv() 1659 char index1[MAXNDXSIZE * 2], index2[MAXNDXSIZE * 2]; in dump_asrset()
|
/titanic_44/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()
|
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | files.c | 2523 #define MAXNDXSIZE 10 macro
|