Searched refs:FLAGSZ (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | dwarf_ehe.c | 33 #define FLAGSZ MSG_GBL_OSQBRKT_SIZE + \ macro 47 #if (CONV_DWARF_EHE_BUFSIZE != FLAGSZ) && !defined(__lint) 48 #define REPORT_BUFSIZE FLAGSZ 59 (void) strncpy(buf, MSG_ORIG(MSG_GBL_OSQBRKT), FLAGSZ); in conv_dwarf_ehe() 62 ret = strlcat(buf, MSG_ORIG(MSG_DWEHE_OMIT), FLAGSZ); in conv_dwarf_ehe() 64 ret = strlcat(buf, MSG_ORIG(MSG_DWEHE_ABSPTR), FLAGSZ); in conv_dwarf_ehe() 66 if (ret >= FLAGSZ) in conv_dwarf_ehe() 70 (void) strlcat(buf, MSG_ORIG(MSG_GBL_CSQBRKT), FLAGSZ); in conv_dwarf_ehe() 76 ret = strlcat(buf, MSG_ORIG(MSG_DWEHE_ULEB128), FLAGSZ); in conv_dwarf_ehe() 79 ret = strlcat(buf, MSG_ORIG(MSG_DWEHE_UDATA2), FLAGSZ); in conv_dwarf_ehe() [all …]
|
H A D | syminfo.c | 39 #define FLAGSZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ in conv_syminfo_flags_strings() macro 62 #if (CONV_SYMINFO_FLAGS_BUFSIZE != FLAGSZ) && !defined(__lint) in conv_syminfo_flags_strings() 63 #define REPORT_BUFSIZE FLAGSZ in conv_syminfo_flags_strings()
|
H A D | dl.c | 110 #define FLAGSZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ macro 132 #if (CONV_DL_FLAG_BUFSIZE != FLAGSZ) && !defined(__lint) 133 #define REPORT_BUFSIZE FLAGSZ
|
H A D | config.c | 89 #define FLAGSZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ macro 115 #if (CONV_CONFIG_OBJ_BUFSIZE != FLAGSZ) && !defined(__lint) 116 #define REPORT_BUFSIZE FLAGSZ
|
H A D | sections.c | 401 #define FLAGSZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ in conv_sec_flags_strings() macro 427 #if (CONV_SEC_FLAGS_BUFSIZE != FLAGSZ) && !defined(__lint) in conv_sec_flags_strings() 428 #define REPORT_BUFSIZE FLAGSZ in conv_sec_flags_strings()
|
H A D | dynamic.c | 112 #define FLAGSZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ in conv_dyn_flag_strings() macro 130 #if (CONV_DYN_FLAG_BUFSIZE != FLAGSZ) && !defined(__lint) in conv_dyn_flag_strings() 131 #define REPORT_BUFSIZE FLAGSZ in conv_dyn_flag_strings()
|
/titanic_44/usr/src/cmd/sgs/liblddbg/common/ |
H A D | syminfo.c | 36 #define FLAGSZ 16 macro 44 char flagstr[FLAGSZ], sndxstr[NDXSZ], dndxstr[NDXSZ]; in Elf_syminfo_entry() 110 (void) snprintf(&flagstr[flgndx], FLAGSZ - flgndx, in Elf_syminfo_entry()
|
H A D | tls.c | 35 #define FLAGSZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ macro 45 static char flagstr[FLAGSZ]; in Dbg_tls_modent()
|