Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2469 Shdr *sortshdr, *symshdr; in sunw_sort() local
2480 sortshdr = sortcache->c_shdr; in sunw_sort()
2482 if ((sortshdr->sh_type != SHT_SUNW_symsort) && in sunw_sort()
2483 (sortshdr->sh_type != SHT_SUNW_tlssort)) in sunw_sort()
2486 sortshdr->sh_type)) in sunw_sort()
2496 if ((sortshdr->sh_link == 0) || (sortshdr->sh_link >= shnum)) { in sunw_sort()
2499 EC_WORD(sortshdr->sh_link)); in sunw_sort()
2502 symcache = &cache[sortshdr->sh_link]; in sunw_sort()
2504 symsecndx = sortshdr->sh_link; in sunw_sort()
2581 ndxn = sortshdr->sh_size / sortshdr->sh_entsize; in sunw_sort()