Home
last modified time | relevance | path

Searched refs:_icache (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c52 Cache * _icache = icache; in cleanup() local
54 for (++_icache; _icache->c_flags != FLG_C_END; _icache++) { in cleanup()
55 if (_icache->c_info) in cleanup()
56 (void) free(_icache->c_info); in cleanup()
150 Cache *icache = 0, *_icache, *mcache = 0, *_mcache; in rt_dldump() local
352 _icache = icache; in rt_dldump()
353 _icache++; in rt_dldump()
360 for (scn = 0; scn = elf_nextscn(ielf, scn); _icache++) { in rt_dldump()
362 if ((_icache->c_shdr = shdr = elf_getshdr(scn)) == NULL) { in rt_dldump()
368 if ((_icache->c_data = elf_getdata(scn, NULL)) == NULL) { in rt_dldump()
[all …]
H A Drelocate.c423 update_reloc(Cache *ocache, Cache *icache, Cache *_icache, const char *name, argument
436 shdr = _icache->c_shdr;
437 rel = (Rel *)_icache->c_data->d_buf;
438 reloc = (Reloc *)_icache->c_info;
486 _icache = icache;
487 _icache++;
489 for (ndx = 1; _icache->c_flags != FLG_C_END; ndx++,
490 _icache++) {
492 shdr = _icache->c_shdr;