Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c161 ste_type_t ste_type; /* Type of entry */ member
271 switch (sym->ste_type) { in libconv_fill_iter()
364 #define LC(_ndx, _func) sym_table[_ndx].ste_type = STE_LC; \ in init_libconv_strings()
366 #define LC_OS(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_OS; \ in init_libconv_strings()
368 #define LC_MACH(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_MACH; \ in init_libconv_strings()
370 #define LC_OS_MACH(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_OS_MACH; \ in init_libconv_strings()
473 switch (sym->ste_type) { in invalidate_libconv_strings()
528 if (sym->ste_type != STE_STATIC) { in elfedit_const_to_atoui()