Searched refs:sec_cache (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c2670 * sec_cache - Cache entry for section, or NULL if the object lacks
2679 dyn_test(dyn_test_t test_type, Word sh_type, Cache *sec_cache, Dyn *dyn, argument
2713 if (sec_cache == NULL) {
2743 if (dyn->d_un.d_val != sec_cache->c_shdr->sh_addr)
2748 sec_cache->c_ndx, sec_cache->c_name,
2749 EC_ADDR(sec_cache->c_shdr->sh_addr));
2754 if (dyn->d_un.d_val != sec_cache->c_shdr->sh_size)
2759 sec_cache->c_ndx, sec_cache
[all...]

Completed in 50 milliseconds