Searched refs:sym_lookup (Results 1 – 18 of 18) sorted by relevance
/toolchain/binutils/binutils-2.25/gprof/ |
D | basic_blocks.c | 166 sym = sym_lookup (&symtab, addr); in bb_read_rec() 270 if (sym_lookup (&syms[INCL_EXEC], sym->addr) in print_exec_counts() 272 && !sym_lookup (&syms[EXCL_EXEC], sym->addr))) in print_exec_counts() 478 && (sym_lookup (&syms[INCL_ANNO], sym->addr) in print_annotated_source() 480 && !sym_lookup (&syms[EXCL_ANNO], sym->addr)))) in print_annotated_source() 500 && (sym_lookup (&syms[INCL_ANNO], sym->addr) in print_annotated_source() 502 && !sym_lookup (&syms[EXCL_ANNO], sym->addr)))) in print_annotated_source()
|
D | cg_arcs.c | 470 if (sym_lookup (&syms[INCL_GRAPH], child->addr) in propagate_flags() 472 && !sym_lookup (&syms[EXCL_GRAPH], child->addr))) in propagate_flags() 484 if (!sym_lookup (&syms[INCL_GRAPH], child->addr) in propagate_flags() 485 && sym_lookup (&syms[EXCL_GRAPH], child->addr)) in propagate_flags() 497 if (sym_lookup (&syms[INCL_TIME], child->addr) in propagate_flags() 499 && !sym_lookup (&syms[EXCL_TIME], child->addr))) in propagate_flags() 512 if (!sym_lookup (&syms[INCL_TIME], child->addr) in propagate_flags() 513 && sym_lookup (&syms[EXCL_TIME], child->addr)) in propagate_flags()
|
D | call_graph.c | 39 parent = sym_lookup (&symtab, from_pc); in cg_tally() 40 child = sym_lookup (&symtab, self_pc); in cg_tally()
|
D | hist.c | 428 if (sym_lookup (&syms[INCL_FLAT], addr) in hist_assign_samples_1() 430 && !sym_lookup (&syms[EXCL_FLAT], addr))) in hist_assign_samples_1() 657 if (sym_lookup (&syms[INCL_FLAT], addr) in hist_print() 659 && !sym_lookup (&syms[EXCL_FLAT], addr))) in hist_print()
|
D | sparc.c | 70 child = sym_lookup (&symtab, dest_pc); in sparc_find_call()
|
D | i386.c | 76 child = sym_lookup (&symtab, destpc); in i386_find_call()
|
D | symtab.h | 120 extern Sym *sym_lookup (Sym_Table *, bfd_vma);
|
D | aarch64.c | 77 child = sym_lookup (&symtab, dest_pc); in aarch64_find_call()
|
D | mips.c | 76 child = sym_lookup (&symtab, dest_pc); in mips_find_call()
|
D | alpha.c | 150 child = sym_lookup (&symtab, dest_pc); in alpha_find_call()
|
D | vax.c | 311 child = sym_lookup (&symtab, destpc); in vax_find_call()
|
D | tahoe.c | 300 child = sym_lookup (&symtab, destpc); in tahoe_find_call()
|
D | symtab.c | 217 sym_lookup (Sym_Table *sym_tab, bfd_vma address) in sym_lookup() function
|
D | TODO | 12 + implement symtab_parse(); modify sym_lookup() to consider addr_high
|
D | ChangeLog-2009 | 184 * alpha.c (alpha_find_call): Add check for return value of sym_lookup.
|
D | corefile.c | 884 sym = sym_lookup(&symtab, ltab.limit->addr); in core_create_line_syms()
|
D | ChangeLog-9203 | 973 (sym_lookup): Update printf format strings. 1646 all addresses outside the text-space. Thus, sym_lookup(&symtab,
|
D | gprof.texi | 2064 Also, the symbol lookup routine (@code{symtab.c:@-sym_lookup}),
|