Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c319 sym->se_shndx = -1; in construct_symtab()
321 sym->se_shndx = symshndx[i]; in construct_symtab()
324 sym->se_shndx = sym->se_sym.st_shndx; in construct_symtab()
328 if (sym->se_shndx == SHN_ABS) { in construct_symtab()
362 if (sym->se_shndx == SHN_UNDEF || in construct_symtab()
363 sym->se_shndx >= SHN_LORESERVE) { in construct_symtab()
380 if (tgt->dt_shnmap[sym->se_shndx].dm_mapped) in construct_symtab()
382 tgt->dt_shnmap[sym->se_shndx].dm_start; in construct_symtab()
898 (sym->se_shndx >= SHN_LORESERVE)) in dis_tgt_function_iter()
907 tgt->dt_filename, sym->se_shndx); in dis_tgt_function_iter()
[all …]