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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4272 Cache *gotcache = NULL, *symtab = NULL; local
4289 gotcache = &cache[cnt];
4293 if (gotcache == NULL)
4301 gotcache->c_name);
4304 gotshdr = gotcache->c_shdr;
4307 file, gotcache->c_name);
4321 if ((gotcache->c_data == NULL) || (gotcache->c_data->d_buf == NULL))
4326 gotdata = gotcache->c_data->d_buf;
4438 file, gotcache
[all...]

Completed in 55 milliseconds