Searched refs:STE_STATIC (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfconst.c | 125 * Types of items found in sym_table[]. All items other than STE_STATIC 130 STE_STATIC = 0, /* Constants are statically defined */ enumerator in enum:__anon1474 174 * - STE_STATIC items must supply a statically allocated buffer here. 175 * - The non-STE_STATIC items use libconv strings. These items are 183 { STE_STATIC, sym_outstyle }, /* 0: OUTSTYLE */ 184 { STE_STATIC, sym_minus_o_outstyle }, /* 1: OUTSTYLE_MO */ 185 { STE_STATIC, sym_bool }, /* 2: BOOL */ 186 { STE_STATIC, sym_sht_strtab }, /* 3: SHT_STRTAB */ 187 { STE_STATIC, sym_sht_symtab }, /* 4: SHT_SYMTAB */ 188 { STE_STATIC, sym_sht_dynsy [all...] |
Completed in 58 milliseconds