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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1866 Cache *infocache = NULL, *dyncache = NULL, *symsec, *strsec; local
1871 infocache = &cache[cnt];
1875 if (infocache == NULL)
1878 infoshdr = infocache->c_shdr;
1881 file, infocache->c_name);
1884 if ((infocache->c_data == NULL) || (infocache->c_data->d_buf == NULL))
1888 info = (Syminfo *)infocache->c_data->d_buf;
1908 infocache->c_name,
1914 file, infocache
[all...]

Completed in 53 milliseconds