Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Drelocate.c62 Cache *__cache; in count_reloc() local
83 __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()
H A Ddynamic.c45 Cache *__cache; in update_dynamic() local
52 __cache = &cache[_cache->c_shdr->sh_link]; in update_dynamic()
53 strs = (const char *)__cache->c_data->d_buf; in update_dynamic()