| /src/external/gpl3/binutils/dist/gprofng/src/ |
| gmon_call_graph.cc | 41 parent = sym_lookup (symtab, from_pc); 42 child = sym_lookup (symtab, self_pc);
|
| symtab.h | 120 extern Sym *sym_lookup (Sym_Table *, bfd_vma);
|
| gmon_basic_blocks.cc | 104 sym = sym_lookup (symtab, addr);
|
| gmon_symtab.cc | 202 sym_lookup (Sym_Table *sym_tab, bfd_vma address) function 231 printf ("[sym_lookup] %d probes (symtab->len=%u)\n", 252 DBG (LOOKUPDEBUG, printf ("[sym_lookup] %d (%u) probes, fall off\n",
|
| /src/external/gpl3/binutils/dist/gprof/ |
| i386.c | 80 child = sym_lookup (symtab, destpc);
|
| sparc.c | 73 child = sym_lookup (symtab, dest_pc);
|
| call_graph.c | 40 parent = sym_lookup (symtab, from_pc); 41 child = sym_lookup (symtab, self_pc);
|
| aarch64.c | 79 child = sym_lookup (symtab, dest_pc);
|
| mips.c | 79 child = sym_lookup (symtab, dest_pc);
|
| symtab.h | 122 extern Sym *sym_lookup (Sym_Table *, bfd_vma);
|
| basic_blocks.c | 169 sym = sym_lookup (symtab, addr); 275 if (sym_lookup (&syms[INCL_EXEC], sym->addr) 277 && !sym_lookup (&syms[EXCL_EXEC], sym->addr))) 480 && (sym_lookup (&syms[INCL_ANNO], sym->addr) 482 && !sym_lookup (&syms[EXCL_ANNO], sym->addr)))) 502 && (sym_lookup (&syms[INCL_ANNO], sym->addr) 504 && !sym_lookup (&syms[EXCL_ANNO], sym->addr))))
|
| cg_arcs.c | 463 if (sym_lookup (&syms[INCL_GRAPH], child->addr) 465 && !sym_lookup (&syms[EXCL_GRAPH], child->addr))) 477 if (!sym_lookup (&syms[INCL_GRAPH], child->addr) 478 && sym_lookup (&syms[EXCL_GRAPH], child->addr)) 490 if (sym_lookup (&syms[INCL_TIME], child->addr) 492 && !sym_lookup (&syms[EXCL_TIME], child->addr))) 505 if (!sym_lookup (&syms[INCL_TIME], child->addr) 506 && sym_lookup (&syms[EXCL_TIME], child->addr))
|
| alpha.c | 153 child = sym_lookup (symtab, dest_pc);
|
| hist.c | 430 if (sym_lookup (&syms[INCL_FLAT], addr) 432 && !sym_lookup (&syms[EXCL_FLAT], addr))) 660 if (sym_lookup (&syms[INCL_FLAT], addr) 662 && !sym_lookup (&syms[EXCL_FLAT], addr)))
|
| /src/external/gpl3/binutils.old/dist/gprof/ |
| i386.c | 80 child = sym_lookup (symtab, destpc);
|
| sparc.c | 73 child = sym_lookup (symtab, dest_pc);
|
| call_graph.c | 40 parent = sym_lookup (symtab, from_pc); 41 child = sym_lookup (symtab, self_pc);
|
| aarch64.c | 79 child = sym_lookup (symtab, dest_pc);
|
| mips.c | 79 child = sym_lookup (symtab, dest_pc);
|
| symtab.h | 122 extern Sym *sym_lookup (Sym_Table *, bfd_vma);
|
| basic_blocks.c | 169 sym = sym_lookup (symtab, addr); 275 if (sym_lookup (&syms[INCL_EXEC], sym->addr) 277 && !sym_lookup (&syms[EXCL_EXEC], sym->addr))) 480 && (sym_lookup (&syms[INCL_ANNO], sym->addr) 482 && !sym_lookup (&syms[EXCL_ANNO], sym->addr)))) 502 && (sym_lookup (&syms[INCL_ANNO], sym->addr) 504 && !sym_lookup (&syms[EXCL_ANNO], sym->addr))))
|
| cg_arcs.c | 463 if (sym_lookup (&syms[INCL_GRAPH], child->addr) 465 && !sym_lookup (&syms[EXCL_GRAPH], child->addr))) 477 if (!sym_lookup (&syms[INCL_GRAPH], child->addr) 478 && sym_lookup (&syms[EXCL_GRAPH], child->addr)) 490 if (sym_lookup (&syms[INCL_TIME], child->addr) 492 && !sym_lookup (&syms[EXCL_TIME], child->addr))) 505 if (!sym_lookup (&syms[INCL_TIME], child->addr) 506 && sym_lookup (&syms[EXCL_TIME], child->addr))
|
| alpha.c | 153 child = sym_lookup (symtab, dest_pc);
|
| hist.c | 430 if (sym_lookup (&syms[INCL_FLAT], addr) 432 && !sym_lookup (&syms[EXCL_FLAT], addr))) 660 if (sym_lookup (&syms[INCL_FLAT], addr) 662 && !sym_lookup (&syms[EXCL_FLAT], addr)))
|
| /src/sys/ddb/ |
| db_sym.h | 73 db_sym_t (*sym_lookup)(db_symtab_t *, const char *); member in struct:__anon2463
|