Searched defs:sym_table (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libtnfctl/
H A Dtraverse.c148 Elf3264_Sym *sym_table; local
189 sym_table = (Elf3264_Sym *) sym_data->d_buf;
249 sym = sym_table + syminfo;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h190 uint_t sym_table; /* Symbol table id (see symbol_iter, below) */ member in struct:mdb_syminfo
H A Dmdb_modapi.h182 uint_t sym_table; /* symbol table id */ member in struct:mdb_symbol
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c125 * Types of items found in sym_table[]. All items other than STE_STATIC
181 static sym_table_ent_t sym_table[ELFEDIT_CONST_NUM] = { variable
220 error "ELFEDIT_CONST_NUM has grown. Update sym_table[]"
344 * runtime initialization of sym_table.
359 #define LC(_ndx, _func) sym_table[_ndx].ste_type = STE_LC; \
360 sym_table[_ndx].ste_conv_func.simple = _func;
361 #define LC_OS(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_OS; \
362 sym_table[_ndx].ste_conv_func.osabi = _func;
363 #define LC_MACH(_ndx, _func) sym_table[_ndx].ste_type = STE_LC_MACH; \
364 sym_table[_nd
[all...]

Completed in 82 milliseconds