Searched defs:_icache (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c52 Cache * _icache = icache; local
54 for (++_icache; _icache->c_flags != FLG_C_END; _icache++) {
55 if (_icache->c_info)
56 (void) free(_icache->c_info);
150 Cache *icache = 0, *_icache, *mcache = 0, *_mcache; local
352 _icache = icache;
353 _icache++;
360 for (scn = 0; scn = elf_nextscn(ielf, scn); _icache
[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;

Completed in 285 milliseconds