| /onnv-gate/usr/src/cmd/sgs/elfedit/common/ |
| H A D | elfedit_machelf.c | 133 elfedit_section_t *_cache; in elfedit64_init_obj_state() local 248 _cache = obj_state->os_secarr; in elfedit64_init_obj_state() 251 _cache->sec_scn = scn; in elfedit64_init_obj_state() 252 LIBELF(_cache->sec_shdr = elf_getshdr(scn), MSG_ORIG(MSG_ELF_GETSHDR)); in elfedit64_init_obj_state() 253 _cache->sec_name = (_cache->sec_shdr->sh_name < names_len) ? in elfedit64_init_obj_state() 254 (names + _cache->sec_shdr->sh_name) : MSG_INTL(MSG_UNKNOWNSECNAM); in elfedit64_init_obj_state() 255 _cache++; in elfedit64_init_obj_state() 266 ndx++, _cache++) { in elfedit64_init_obj_state() 267 _cache->sec_shndx = ndx; in elfedit64_init_obj_state() 268 _cache->sec_scn = scn; in elfedit64_init_obj_state() [all …]
|
| /onnv-gate/usr/src/cmd/sgs/elfdump/common/ |
| H A D | elfdump.c | 459 Cache *_cache = &cache[seccnt]; in sections() local 460 Shdr *shdr = _cache->c_shdr; in sections() 461 const char *secname = _cache->c_name; in sections() 546 Cache *_cache = &cache[shndx]; in unwind_eh_frame() local 547 Shdr *shdr = _cache->c_shdr; in unwind_eh_frame() 548 uchar_t *data = (uchar_t *)(_cache->c_data->d_buf); in unwind_eh_frame() 549 size_t datasize = _cache->c_data->d_size; in unwind_eh_frame() 560 (strncmp(_cache->c_name, MSG_ORIG(MSG_SCN_FRMHDR), in unwind_eh_frame() 568 file, EC_WORD(shndx), _cache->c_name); in unwind_eh_frame() 609 _cache->c_name, EC_WORD(tabndx)); in unwind_eh_frame() [all …]
|
| H A D | fake_shdr.c | 1131 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 …]
|
| /onnv-gate/usr/src/cmd/sgs/librtld/common/ |
| H A D | syms.c | 44 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 D | dynamic.c | 39 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 D | relocate.c | 53 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()
|
| /onnv-gate/usr/src/cmd/sgs/pvs/common/ |
| H A D | pvs.c | 1012 Cache *cache, *_cache; in main() local 1165 _cache = cache; in main() 1166 _cache++; in main() 1167 for (scn = NULL; scn = elf_nextscn(elf, scn); _cache++) { in main() 1175 if ((_cache->c_data = elf_getdata(scn, NULL)) == in main() 1183 _cache->c_scn = scn; in main() 1184 _cache->c_name = names + shdr.sh_name; in main() 1192 _cache_def = _cache; in main() 1196 _cache_need = _cache; in main() 1200 _cache_sym = _cache; in main() [all …]
|
| /onnv-gate/usr/src/cmd/device_remap/ |
| H A D | device_remap.pl | 362 unlink <etc/devices/mdi_*_cache>;
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
| H A D | File.pm | 1761 sub _cache { subroutine 1796 $self->_cache->_heap_move(@_);
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | MANIFEST | 1339 lib/Tie/File/t/19_cache.t
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/utils/port/ |
| H A D | flist_5.8.4_s10.csv | 2453 "lib/Tie/File/t","19_cache.t","X","X",,"distrib"
|