Lines Matching refs:sym_table
183 static sym_table_ent_t sym_table[ELFEDIT_CONST_NUM] = { variable
364 #define LC(_ndx, _func) sym_table[_ndx].ste_type = STE_LC; \ in init_libconv_strings()
365 sym_table[_ndx].ste_conv_func.simple = _func; in init_libconv_strings()
366 #define LC_OS(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_OS; \ in init_libconv_strings()
367 sym_table[_ndx].ste_conv_func.osabi = _func; in init_libconv_strings()
368 #define LC_MACH(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_MACH; \ in init_libconv_strings()
369 sym_table[_ndx].ste_conv_func.mach = _func; in init_libconv_strings()
370 #define LC_OS_MACH(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_OS_MACH; \ in init_libconv_strings()
371 sym_table[_ndx].ste_conv_func.osabi_mach = _func; in init_libconv_strings()
468 for (i = 0, sym = sym_table; in invalidate_libconv_strings()
469 i < (sizeof (sym_table) / sizeof (sym_table[0])); i++, sym++) { in invalidate_libconv_strings()
520 (const_type >= (sizeof (sym_table) / sizeof (sym_table[0])))) in elfedit_const_to_atoui()
522 sym = &sym_table[const_type]; in elfedit_const_to_atoui()