Home
last modified time | relevance | path

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

/titanic_50/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()
254 LIBELF(_cache->sec_shdr = elf_getshdr(scn), MSG_ORIG(MSG_ELF_GETSHDR)); in elfedit64_init_obj_state()
255 _cache->sec_name = (_cache->sec_shdr->sh_name < names_len) ? in elfedit64_init_obj_state()
256 (names + _cache->sec_shdr->sh_name) : MSG_INTL(MSG_UNKNOWNSECNAM); in elfedit64_init_obj_state()
257 _cache++; in elfedit64_init_obj_state()
268 ndx++, _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()
[all …]
/titanic_50/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c463 Cache *_cache = &cache[seccnt]; in sections() local
464 Shdr *shdr = _cache->c_shdr; in sections()
465 const char *secname = _cache->c_name; in sections()
551 Cache *_cache = &cache[shndx]; in unwind_eh_frame() local
552 Shdr *shdr = _cache->c_shdr; in unwind_eh_frame()
553 uchar_t *data = (uchar_t *)(_cache->c_data->d_buf); in unwind_eh_frame()
554 size_t datasize = _cache->c_data->d_size; in unwind_eh_frame()
572 file, _cache ->c_name); in unwind_eh_frame()
580 (strncmp(_cache->c_name, MSG_ORIG(MSG_SCN_FRMHDR), in unwind_eh_frame()
588 file, EC_WORD(shndx), _cache->c_name); in unwind_eh_frame()
[all …]
H A Dfake_shdr.c1131 Cache *_cache; in fake_shdr_cache() local
1496 if ((*cache = _cache = malloc((*shnum) * sizeof (Cache))) == NULL) { in fake_shdr_cache()
1504 *_cache = cache_init; in fake_shdr_cache()
1505 _cache++; in fake_shdr_cache()
1509 _cache->c_scn = NULL; in fake_shdr_cache()
1510 _cache->c_shdr = sinfo->shdr; in fake_shdr_cache()
1511 _cache->c_data = sinfo->data; in fake_shdr_cache()
1512 _cache->c_name = (char *)sinfo_data[sinfo->type].name; in fake_shdr_cache()
1513 _cache->c_ndx = ndx++; in fake_shdr_cache()
1514 _cache++; in fake_shdr_cache()
[all …]
/titanic_50/usr/src/cmd/sgs/librtld/common/
H A Dsyms.c44 update_sym(Cache *cache, Cache *_cache, Addr edata, Half endx, Addr addr) in update_sym() argument
54 shdr = _cache->c_shdr; in update_sym()
55 syms = (Sym *)_cache->c_data->d_buf; in update_sym()
84 syminfo(Cache *_cache, Alist **nodirect) in syminfo() argument
90 shdr = _cache->c_shdr; in syminfo()
91 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()
/titanic_50/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c1012 Cache *cache, *_cache; in main() local
1172 _cache = cache; in main()
1173 _cache++; in main()
1174 for (scn = NULL; scn = elf_nextscn(elf, scn); _cache++) { in main()
1182 if ((_cache->c_data = elf_getdata(scn, NULL)) == in main()
1190 _cache->c_scn = scn; in main()
1191 _cache->c_name = names + shdr.sh_name; in main()
1199 _cache_def = _cache; in main()
1203 _cache_need = _cache; in main()
1207 _cache_sym = _cache; in main()
[all …]
/titanic_50/usr/src/cmd/device_remap/
H A Ddevice_remap.pl362 unlink <etc/devices/mdi_*_cache>;