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

/opensolaris-onvv-gate/usr/src/cmd/sgs/librtld/common/
H A Dsyms.c44 update_sym(Cache *cache, Cache *_cache, Addr edata, Half endx, Addr addr) argument
54 shdr = _cache->c_shdr;
55 syms = (Sym *)_cache->c_data->d_buf;
84 syminfo(Cache *_cache, Alist **nodirect) argument
90 shdr = _cache->c_shdr;
91 info = (Syminfo *)_cache->c_data->d_buf;
H A Ddynamic.c39 update_dynamic(Cache *cache, Cache *_cache, Rt_map *lmp, int flags, argument
43 Dyn *dyn = (Dyn *)_cache->c_data->d_buf, *posdyn = 0;
52 __cache = &cache[_cache->c_shdr->sh_link];
H A Drelocate.c53 count_reloc(Cache *cache, Cache *_cache, Rt_map *lmp, int flags, Addr addr, argument
68 shdr = _cache->c_shdr;
69 rel = (Rel *)_cache->c_data->d_buf;
78 _cache->c_info = (void *)reloc;
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit_machelf.c133 elfedit_section_t *_cache; local
248 _cache = obj_state->os_secarr;
251 _cache->sec_scn = scn;
252 LIBELF(_cache->sec_shdr = elf_getshdr(scn), MSG_ORIG(MSG_ELF_GETSHDR));
253 _cache->sec_name = (_cache->sec_shdr->sh_name < names_len) ?
254 (names + _cache->sec_shdr->sh_name) : MSG_INTL(MSG_UNKNOWNSECNAM);
255 _cache++;
266 ndx++, _cache++) {
267 _cache
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c459 Cache *_cache = &cache[seccnt]; local
460 Shdr *shdr = _cache->c_shdr;
461 const char *secname = _cache->c_name;
546 Cache *_cache = &cache[shndx]; local
547 Shdr *shdr = _cache->c_shdr;
548 uchar_t *data = (uchar_t *)(_cache->c_data->d_buf);
549 size_t datasize = _cache->c_data->d_size;
560 (strncmp(_cache->c_name, MSG_ORIG(MSG_SCN_FRMHDR),
568 file, EC_WORD(shndx), _cache->c_name);
609 _cache
703 unwind_exception_ranges(Cache *_cache, const char *file, int do_swap) argument
829 Cache *_cache = &cache[cnt]; local
967 Cache *_cache = &state->cache[symcnt]; local
1648 Cache *_cache = &cache[cnt]; local
1730 Cache *_cache = &cache[cnt]; local
2221 Cache *_cache = &cache[cnt]; local
2353 Cache *_cache; local
2539 Cache *_cache = &cache[cnt]; local
2803 Cache *_cache; local
2871 Cache *_cache = &cache[cnt]; local
2976 Cache *_cache = &cache[cnt], *strsec; local
3355 Cache *_cache = &cache[cnt]; local
3722 Cache *_cache = &cache[cnt]; local
3775 Cache *_cache = &cache[cnt]; local
3884 Cache *_cache = &cache[cnt]; local
4020 Cache *_cache = &cache[scnt]; local
4192 Cache *_cache = &cache[cnt]; local
4389 Cache *cache, *_cache; local
4599 Cache *_cache = cache + shdr_ndx_arr[ndx]; local
4658 Cache *_cache = &cache[ndx]; local
4923 Cache *_cache = &cache[ndx]; local
4959 Cache *_cache = &cache[ndx]; local
[all...]
H A Dfake_shdr.c1131 Cache *_cache; local
1496 if ((*cache = _cache = malloc((*shnum) * sizeof (Cache))) == NULL) {
1504 *_cache = cache_init;
1505 _cache++;
1509 _cache->c_scn = NULL;
1510 _cache->c_shdr = sinfo->shdr;
1511 _cache->c_data = sinfo->data;
1512 _cache->c_name = (char *)sinfo_data[sinfo->type].name;
1513 _cache->c_ndx = ndx++;
1514 _cache
1546 Cache *_cache; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c1012 Cache *cache, *_cache; local
1165 _cache = cache;
1166 _cache++;
1167 for (scn = NULL; scn = elf_nextscn(elf, scn); _cache++) {
1175 if ((_cache->c_data = elf_getdata(scn, NULL)) ==
1183 _cache->c_scn = scn;
1184 _cache->c_name = names + shdr.sh_name;
1192 _cache_def = _cache;
1196 _cache_need = _cache;
1200 _cache_sym = _cache;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/device_remap/
H A Ddevice_remap.pl362 unlink <etc/devices/mdi_*_cache>;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm1761 sub _cache { subroutine
1796 $self->_cache->_heap_move(@_);

Completed in 124 milliseconds