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

/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1782 Cache *infocache = NULL, *dyncache = NULL, *symsec, *strsec; local
1787 infocache = &cache[cnt];
1791 if (infocache == NULL)
1794 infoshdr = infocache->c_shdr;
1797 file, infocache->c_name);
1800 if (infocache->c_data == NULL)
1804 info = (Syminfo *)infocache->c_data->d_buf;
1824 infocache->c_name,
1830 file, infocache->c_name, EC_WORD(infoshdr->sh_info));
1870 dbg_print(0, MSG_INTL(MSG_ELF_SCN_SYMINFO), infocache
[all...]

Completed in 48 milliseconds