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

/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c1013 Cache *_cache_def, *_cache_need, *_cache_sym, *_cache_loc; local
1171 _cache_def = _cache_need = _cache_sym = _cache_loc = NULL;
1207 _cache_sym = _cache;
1237 if (_cache_sym != NULL) {
1239 (void) gelf_getshdr(_cache_sym->c_scn, &shdr);
1241 (GElf_Versym *)_cache_sym->c_data->d_buf;

Completed in 85 milliseconds