Home | History | Annotate | Download | only in perf

Lines Matching defs:symtab

2440     /* give the correspondance from symtab indexes to dynsym indexes */
5477 static void put_elf_reloc(Section *symtab, Section *s, unsigned long offset,
18351 static void put_elf_reloc(Section *symtab, Section *s, unsigned long offset,
18362 /* if the symtab is allocated, then we consider the relocation
18364 sr = new_section(tcc_state, buf, SHT_REL, symtab->sh_flags);
18366 sr->link = symtab;
18922 Section *s, *symtab __attribute__((unused));
18934 symtab = s->link;
19013 Section *symtab, *strtab, *hash;
19016 symtab = new_section(s1, symtab_name, sh_type, sh_flags);
19017 symtab->sh_entsize = sizeof(Elf32_Sym);
19020 symtab->link = strtab;
19021 put_elf_sym(symtab, 0, 0, 0, 0, 0, NULL);
19027 symtab->hash = hash;
19028 hash->link = symtab;
19034 return symtab;
19873 Elf32_Sym *sym, *symtab;
19903 /* load symtab and strtab */
19905 symtab = NULL;
19911 if (symtab) {
19912 error_noabort("object must contain only one symtab");
19918 symtab = load_data(fd, file_offset + sh->sh_offset, sh->sh_size);
20014 sym = symtab + 1;
20067 /* NOTE: only one symtab assumed */
20088 tcc_free(symtab);
20552 /* second pass: we try symtab symbols (no line number info) */
20849 symtab_section = new_symtab(s, ".symtab", SHT_SYMTAB, 0,