Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c4194 Cache *gotcache = NULL, *symtab = NULL; in got() local
4211 gotcache = &cache[cnt]; in got()
4215 if (gotcache == NULL) in got()
4223 gotcache->c_name); in got()
4226 gotshdr = gotcache->c_shdr; in got()
4229 file, gotcache->c_name); in got()
4243 if (gotcache->c_data == NULL) in got()
4248 gotdata = gotcache->c_data->d_buf; in got()
4385 dbg_print(0, MSG_INTL(MSG_ELF_SCN_GOT), gotcache->c_name); in got()