Home
last modified time | relevance | path

Searched refs:ste_type (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c159 ste_type_t ste_type; /* Type of entry */ member
269 switch (sym->ste_type) { in libconv_fill_iter()
359 #define LC(_ndx, _func) sym_table[_ndx].ste_type = STE_LC; \ in init_libconv_strings()
361 #define LC_OS(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_OS; \ in init_libconv_strings()
363 #define LC_MACH(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_MACH; \ in init_libconv_strings()
365 #define LC_OS_MACH(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_OS_MACH; \ in init_libconv_strings()
467 switch (sym->ste_type) { in invalidate_libconv_strings()
518 if (sym->ste_type != STE_STATIC) { in elfedit_const_to_atoui()