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

/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4116 Cache *gotcache = NULL, *symtab = NULL; local
4133 gotcache = &cache[cnt];
4137 if (gotcache == NULL)
4145 gotcache->c_name);
4148 gotshdr = gotcache->c_shdr;
4151 file, gotcache->c_name);
4165 if (gotcache->c_data == NULL)
4170 gotdata = gotcache->c_data->d_buf;
4307 dbg_print(0, MSG_INTL(MSG_ELF_SCN_GOT), gotcache->c_name);

Completed in 100 milliseconds