Lines Matching refs:strsec
194 string(Cache *refsec, Word ndx, Cache *strsec, const char *file, Word name) in string() argument
209 if (strsec->c_data == NULL) in string()
212 strs = (char *)strsec->c_data->d_buf; in string()
213 strn = strsec->c_data->d_size; in string()
226 if (strsec->c_shdr->sh_type != SHT_STRTAB) { in string()
229 file, strsec->c_ndx, refsec->c_ndx); in string()
245 file, strsec->c_name); in string()
250 file, refsec->c_name, EC_WORD(ndx), strsec->c_name, in string()
268 relsymname(Cache *cache, Cache *csec, Cache *strsec, Word symndx, Word symnum, in relsymname() argument
281 name = string(csec, symndx, strsec, file, sym->st_name); in relsymname()
307 Word *symnum, Cache **symsec, Cache **strsec) in stringtbl() argument
360 if (strsec) in stringtbl()
361 *strsec = &cache[shdr->sh_link]; in stringtbl()
1851 Cache *infocache = NULL, *dyncache = NULL, *symsec, *strsec; in syminfo() local
1930 &symnum, &symsec, &strsec) == 0) in syminfo()
1952 name = string(infocache, ndx, strsec, file, sym->st_name); in syminfo()
2034 strsec, file, dyns[boundto].d_un.d_val); in syminfo()
2606 Cache *symsec, *strsec; in reloc() local
2648 &symnum, &symsec, &strsec) == 0) in reloc()
2683 symname = relsymname(cache, _cache, strsec, symndx, in reloc()
3044 Cache *_cache = &cache[cnt], *strsec; in dynamic() local
3055 if (stringtbl(cache, 0, cnt, shnum, file, 0, 0, &strsec) == 0) in dynamic()
3164 name = string(_cache, ndx, strsec, in dynamic()
3171 name = string(_cache, ndx, strsec, in dynamic()
3425 Cache *symsec, *strsec; in move() local
3452 &symnum, &symsec, &strsec) == 0) in move()
3497 symname = relsymname(cache, _cache, strsec, in move()
3908 hash_entry(Cache *refsec, Cache *strsec, const char *hsecname, Word hashndx, in hash_entry() argument
3923 symname = string(refsec, symndx, strsec, file, sym->st_name); in hash_entry()
4101 Cache *symsec, *strsec; in group() local
4120 &symnum, &symsec, &strsec) == 0) in group()
4165 grpnam = string(_cache, 0, strsec, file, sym->st_name); in group()
4269 Cache *symsec, *strsec; in got() local
4317 &symnum, &symsec, &strsec) == 0) in got()
4371 strsec, symndx, symnum, relndx, syms, in got()