Searched refs:FLAGSZ (Results 1 – 8 of 8) sorted by relevance
/titanic_51/usr/src/cmd/sgs/libconv/common/ |
H A D | dwarf_ehe.c | 33 #define FLAGSZ MSG_GBL_OSQBRKT_SIZE + \ macro 41 * FLAGSZ is the real minimum size of the buffer required by conv_dwarf_ehe(). 43 * buffer size. We do things this way because the definition of FLAGSZ uses 47 #if (CONV_DWARF_EHE_BUFSIZE != FLAGSZ) && !defined(__lint) 48 #define REPORT_BUFSIZE FLAGSZ 50 #error "CONV_DWARF_EHE_BUFSIZE does not match 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() [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 126 * FLAGSZ is the real minimum size of the buffer required by conv_dl_flag(). 128 * buffer size. We do things this way because the definition of FLAGSZ uses 132 #if (CONV_DL_FLAG_BUFSIZE != FLAGSZ) && !defined(__lint) 133 #define REPORT_BUFSIZE FLAGSZ 135 #error "CONV_DL_FLAG_BUFSIZE does not match FLAGSZ"
|
H A D | config.c | 89 #define FLAGSZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ macro 109 * FLAGSZ is the real minimum size of the buffer required by conv_config_obj(). 111 * buffer size. We do things this way because the definition of FLAGSZ uses 115 #if (CONV_CONFIG_OBJ_BUFSIZE != FLAGSZ) && !defined(__lint) 116 #define REPORT_BUFSIZE FLAGSZ 118 #error "CONV_CONFIG_OBJ_BUFSIZE does not match FLAGSZ"
|
H A D | sections.c | 401 #define FLAGSZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ in conv_sec_flags_strings() macro 420 * FLAGSZ is the real minimum size of the buffer required by in conv_sec_flags_strings() 423 * way because the definition of FLAGSZ uses information that is not in conv_sec_flags_strings() 427 #if (CONV_SEC_FLAGS_BUFSIZE != FLAGSZ) && !defined(__lint) in conv_sec_flags_strings() 428 #define REPORT_BUFSIZE FLAGSZ in conv_sec_flags_strings() 430 #error "CONV_SEC_FLAGS_BUFSIZE does not match 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 123 * FLAGSZ is the real minimum size of the buffer required by in conv_dyn_flag_strings() 126 * way because the definition of FLAGSZ uses information that is not in conv_dyn_flag_strings() 130 #if (CONV_DYN_FLAG_BUFSIZE != FLAGSZ) && !defined(__lint) in conv_dyn_flag_strings() 131 #define REPORT_BUFSIZE FLAGSZ in conv_dyn_flag_strings() 133 #error "CONV_DYN_FLAG_BUFSIZE does not match FLAGSZ" in conv_dyn_flag_strings()
|
/titanic_51/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()
|