Lines Matching refs:symtab
573 struct obj_symbol *symtab[HASH_BUCKETS]; member
1780 ElfW(Sym) *symtab, *extsym; in arch_create_got()
1794 symtab = (ElfW(Sym) *) symsec->contents; in arch_create_got()
1798 extsym = &symtab[ELF_R_SYM(rel->r_info)]; in arch_create_got()
1984 memcpy(tmptab, f->symtab, sizeof(tmptab)); in obj_set_symbol_compare()
1985 memset(f->symtab, 0, sizeof(f->symtab)); in obj_set_symbol_compare()
1991 sym->next = f->symtab[h]; in obj_set_symbol_compare()
1992 f->symtab[h] = sym; in obj_set_symbol_compare()
2011 for (sym = f->symtab[hash]; sym; sym = sym->next) { in obj_add_symbol()
2038 for (p = &f->symtab[hash]; *p != sym; p = &(*p)->next) in obj_add_symbol()
2074 sym->next = f->symtab[hash]; in obj_add_symbol()
2075 f->symtab[hash] = sym; in obj_add_symbol()
2101 for (sym = f->symtab[hash]; sym; sym = sym->next) in obj_find_symbol()
2786 for (sym = f->symtab[i]; sym; sym = sym->next) { in new_create_module_ksymtab()
2937 for (sym = f->symtab[i]; sym; sym = sym->next) { in obj_check_undefineds()
2962 for (sym = f->symtab[i]; sym; sym = sym->next) { in obj_allocate_commons()
3092 ElfW(Sym) * symtab; in obj_relocate()
3105 symtab = (ElfW(Sym) *) symsec->contents; in obj_relocate()
3121 extsym = &symtab[symndx]; in obj_relocate()
3745 for (sym = f->symtab[i]; sym; sym = sym->next) in print_load_map()
3755 for (sym = f->symtab[i]; sym; sym = sym->next) in print_load_map()