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

/illumos-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;
/illumos-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...]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
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...]
H A Delfdump.c469 Cache *_cache = &cache[seccnt]; local
470 Shdr *shdr = _cache->c_shdr;
471 const char *secname = _cache->c_name;
557 Cache *_cache = &cache[shndx]; local
558 Shdr *shdr = _cache->c_shdr;
559 uchar_t *data = (uchar_t *)(_cache->c_data->d_buf);
560 size_t datasize = _cache->c_data->d_size;
578 file, _cache ->c_name);
586 (strncmp(_cache->c_name, MSG_ORIG(MSG_SCN_FRMHDR),
594 file, EC_WORD(shndx), _cache
783 unwind_exception_ranges(Cache *_cache, const char *file, int do_swap) argument
908 Cache *_cache = &cache[cnt]; local
1047 Cache *_cache = &state->cache[symcnt]; local
1728 Cache *_cache = &cache[cnt]; local
1810 Cache *_cache = &cache[cnt]; local
2311 Cache *_cache = &cache[cnt]; local
2445 Cache *_cache; local
2631 Cache *_cache = &cache[cnt]; local
2895 Cache *_cache; local
2963 Cache *_cache = &cache[cnt]; local
3068 Cache *_cache = &cache[cnt], *strsec; local
3447 Cache *_cache = &cache[cnt]; local
3824 Cache *_cache = &cache[cnt]; local
3877 Cache *_cache = &cache[cnt]; local
3988 Cache *_cache = &cache[cnt]; local
4176 Cache *_cache = &cache[scnt]; local
4348 Cache *_cache = &cache[cnt]; local
4552 Cache *cache, *_cache; local
4762 Cache *_cache = cache + shdr_ndx_arr[ndx]; local
4821 Cache *_cache = &cache[ndx]; local
5089 Cache *_cache = &cache[ndx]; local
5125 Cache *_cache = &cache[ndx]; local
[all...]
/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c1012 Cache *cache, *_cache; local
1172 _cache = cache;
1173 _cache++;
1174 for (scn = NULL; scn = elf_nextscn(elf, scn); _cache++) {
1182 if ((_cache->c_data = elf_getdata(scn, NULL)) ==
1190 _cache->c_scn = scn;
1191 _cache->c_name = names + shdr.sh_name;
1199 _cache_def = _cache;
1203 _cache_need = _cache;
1207 _cache_sym = _cache;
[all...]

Completed in 154 milliseconds