Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit_machelf.c134 elfedit_section_t *_cache; in elfedit64_init_obj_state() local
250 _cache = obj_state->os_secarr; in elfedit64_init_obj_state()
253 _cache->sec_scn = scn; in elfedit64_init_obj_state()
255 _cache->sec_name = (_cache->sec_shdr->sh_name < names_len) ? in elfedit64_init_obj_state()
257 _cache++; in elfedit64_init_obj_state()
269 _cache->sec_shndx = ndx; in elfedit64_init_obj_state()
270 _cache->sec_scn = scn; in elfedit64_init_obj_state()
274 _cache->sec_name = (_cache->sec_shdr->sh_name < names_len) ? in elfedit64_init_obj_state()
278 switch (_cache->sec_shdr->sh_type) { in elfedit64_init_obj_state()
315 EC_WORD(ndx), _cache->sec_name, in elfedit64_init_obj_state()
[all …]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c995 if ((_cache->c_data == NULL) || (_cache->c_data->d_buf == NULL)) in unwind()
1117 if ((_cache->c_data == NULL) || (_cache->c_data->d_buf == NULL)) in symbols_getxindex()
1875 icache = _cache; in interp()
2498 Cache *_cache; in symbols() local
2714 if ((_cache->c_data == NULL) || (_cache->c_data->d_buf == NULL)) in reloc()
3149 if ((_cache->c_data == NULL) || (_cache->c_data->d_buf == NULL)) in dynamic()
3158 file, _cache->c_ndx, _cache->c_name, in dynamic()
3932 note_entry(_cache, (Word *)_cache->c_data->d_buf, in note()
4675 _cache = cache; in shdr_cache()
4676 _cache++; in shdr_cache()
[all …]
H A Dfake_shdr.c1131 Cache *_cache; in fake_shdr_cache() local
1504 *_cache = cache_init; in fake_shdr_cache()
1505 _cache++; in fake_shdr_cache()
1509 _cache->c_scn = NULL; in fake_shdr_cache()
1514 _cache++; in fake_shdr_cache()
1522 _cache->c_scn = NULL; in fake_shdr_cache()
1527 _cache++; in fake_shdr_cache()
1546 Cache *_cache; in fake_shdr_cache_free() local
1548 for (_cache = cache; shnum--; _cache++) { in fake_shdr_cache_free()
1552 free(_cache->c_data); in fake_shdr_cache_free()
[all …]
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Dsyms.c43 update_sym(Cache *cache, Cache *_cache, Addr edata, Half endx, Addr addr) in update_sym() argument
53 shdr = _cache->c_shdr; in update_sym()
54 syms = (Sym *)_cache->c_data->d_buf; in update_sym()
83 syminfo(Cache *_cache, Alist **nodirect) in syminfo() argument
89 shdr = _cache->c_shdr; in syminfo()
90 info = (Syminfo *)_cache->c_data->d_buf; in syminfo()
H A Ddynamic.c39 update_dynamic(Cache *cache, Cache *_cache, Rt_map *lmp, int flags, in update_dynamic() argument
43 Dyn *dyn = (Dyn *)_cache->c_data->d_buf, *posdyn = 0; in update_dynamic()
52 __cache = &cache[_cache->c_shdr->sh_link]; in update_dynamic()
H A Drelocate.c53 count_reloc(Cache *cache, Cache *_cache, Rt_map *lmp, int flags, Addr addr, in count_reloc() argument
68 shdr = _cache->c_shdr; in count_reloc()
69 rel = (Rel *)_cache->c_data->d_buf; in count_reloc()
78 _cache->c_info = (void *)reloc; in count_reloc()
/illumos-gate/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c1013 Cache *cache, *_cache; in main() local
1168 _cache = cache; in main()
1169 _cache++; in main()
1171 _cache++) { in main()
1179 if ((_cache->c_data = elf_getdata(scn, NULL)) == in main()
1187 _cache->c_scn = scn; in main()
1188 _cache->c_name = names + shdr.sh_name; in main()
1196 _cache_def = _cache; in main()
1200 _cache_need = _cache; in main()
1204 _cache_sym = _cache; in main()
[all …]
/illumos-gate/usr/src/cmd/device_remap/
H A Ddevice_remap.pl362 unlink <etc/devices/mdi_*_cache>;