Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4351 Cache *gotcache = NULL, *symtab = NULL; in got() local
4368 gotcache = &cache[cnt]; in got()
4372 if (gotcache == NULL) in got()
4380 gotcache->c_name); in got()
4383 gotshdr = gotcache->c_shdr; in got()
4386 file, gotcache->c_name); in got()
4400 if ((gotcache->c_data == NULL) || (gotcache->c_data->d_buf == NULL)) in got()
4405 gotdata = gotcache->c_data->d_buf; in got()
4517 file, gotcache->c_name); in got()
4549 dbg_print(0, MSG_INTL(MSG_ELF_SCN_GOT), gotcache->c_name); in got()