Searched refs:__cache (Results 1 – 2 of 2) sorted by relevance
62 Cache *__cache; in count_reloc() local83 __cache = &cache[shdr->sh_link]; in count_reloc()84 syms = (Sym *)__cache->c_data->d_buf; in count_reloc()85 shdr = __cache->c_shdr; in count_reloc()86 __cache = &cache[shdr->sh_link]; in count_reloc()87 strs = (const char *)__cache->c_data->d_buf; in count_reloc()
45 Cache *__cache; in update_dynamic() local52 __cache = &cache[_cache->c_shdr->sh_link]; in update_dynamic()53 strs = (const char *)__cache->c_data->d_buf; in update_dynamic()