Lines Matching defs:symtab
310 stringtbl(Cache *cache, int symtab, Word ndx, Word shnum, const char *file,
315 if (symtab) {
379 * symtab - Symbol table to search for symbol
391 Cache *target, Cache *symtab, const char *file)
397 if (symtab == 0)
400 shdr = symtab->c_shdr;
407 file, symtab->c_name);
410 if (symtab->c_data == NULL)
415 syms = (Sym *)symtab->c_data->d_buf;
422 file, symtab->c_name, EC_WORD(shdr->sh_link));
433 symname = string(symtab, cnt, &cache[shdr->sh_link], file,
2907 Cache *symtab;
3009 GRAB(SHT_SYMTAB, symtab);
3227 sec.symtab, sec.dynsym, sec.sunw_ldynsym,
3246 sec.symtab, sec.dynsym, sec.sunw_ldynsym,
4198 Cache *gotcache = NULL, *symtab = NULL;
4265 * While scanning sections save the symbol table entry (a symtab
4280 if ((symtab == 0) && (type == SHT_DYNSYM)) {
4281 symtab = _cache;
4285 symtab = _cache;
4383 symtab, file))