Home
last modified time | relevance | path

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

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