Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2465 Shdr *sortshdr, *symshdr; in sunw_sort() local
2476 sortshdr = sortcache->c_shdr; in sunw_sort()
2478 if ((sortshdr->sh_type != SHT_SUNW_symsort) && in sunw_sort()
2479 (sortshdr->sh_type != SHT_SUNW_tlssort)) in sunw_sort()
2482 sortshdr->sh_type)) in sunw_sort()
2492 if ((sortshdr->sh_link == 0) || (sortshdr->sh_link >= shnum)) { in sunw_sort()
2495 EC_WORD(sortshdr->sh_link)); in sunw_sort()
2498 symcache = &cache[sortshdr->sh_link]; in sunw_sort()
2500 symsecndx = sortshdr->sh_link; in sunw_sort()
2577 ndxn = sortshdr->sh_size / sortshdr->sh_entsize; in sunw_sort()