Searched refs:_mcache (Results 1 – 1 of 1) sorted by relevance
150 Cache *icache = 0, *_icache, *mcache = 0, *_mcache; in rt_dldump() local776 _mcache = mcache; in rt_dldump()777 _mcache++; in rt_dldump()779 for (scn = 0; scn = elf_nextscn(melf, scn); _mcache++) { in rt_dldump()781 if ((_mcache->c_shdr = elf_getshdr(scn)) == NULL) { in rt_dldump()787 if ((_mcache->c_data = elf_getdata(scn, NULL)) == NULL) { in rt_dldump()804 _mcache = &mcache[0]; in rt_dldump()810 _mcache++; in rt_dldump()811 shdr = _mcache->c_shdr; in rt_dldump()821 update_sym(mcache, _mcache, edata, endx, addr); in rt_dldump()[all …]