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

/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c61 int se_shndx; /* section where symbol is located */ member in struct:sym_entry
304 sym->se_shndx = -1;
306 sym->se_shndx = symshndx[i];
309 sym->se_shndx = sym->se_sym.st_shndx;
313 if (sym->se_shndx == SHN_ABS) {
347 if (sym->se_shndx == SHN_UNDEF ||
348 sym->se_shndx >= SHN_LORESERVE) {
365 if (tgt->dt_shnmap[sym->se_shndx].dm_mapped)
367 tgt->dt_shnmap[sym->se_shndx].dm_start;
883 (sym->se_shndx >
[all...]

Completed in 60 milliseconds