Lines Matching defs:sym
60 struct sym {
94 struct sym *s)
135 Elf_Sym *sym, *symtab_start;
148 sym = &symtab_start[i];
149 symname = strtab + sym->st_name;
151 return sym;
158 char *name, struct sym *s)
260 static void print_sym(Elf_Ehdr *hdr, struct sym *s)
262 info("sym: %s\n", s->name);
287 struct sym cert_sym, lsize_sym, used_sym;