Searched refs:sortcache (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 2541 Cache *sortcache, *symcache; in sunw_sort() local 2552 sortcache = &cache[sortsecndx]; in sunw_sort() 2553 sortshdr = sortcache->c_shdr; in sunw_sort() 2558 if (!match(MATCH_F_ALL, sortcache->c_name, sortsecndx, in sunw_sort() 2571 file, sortcache->c_name, in sunw_sort() 2601 file, sortcache->c_name); in sunw_sort() 2613 file, sortcache->c_name, in sunw_sort() 2625 sortcache->c_name, ldynsym_state.secname, in sunw_sort() 2641 sortcache->c_name, dynsym_state.secname); in sunw_sort() 2655 ndx = (Word *)sortcache->c_data->d_buf; in sunw_sort()
|