Home
last modified time | relevance | path

Searched refs:sym_lookup (Results 1 – 18 of 18) sorted by relevance

/toolchain/binutils/binutils-2.25/gprof/
Dbasic_blocks.c166 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()
Dcg_arcs.c470 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()
Dcall_graph.c39 parent = sym_lookup (&symtab, from_pc); in cg_tally()
40 child = sym_lookup (&symtab, self_pc); in cg_tally()
Dhist.c428 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()
Dsparc.c70 child = sym_lookup (&symtab, dest_pc); in sparc_find_call()
Di386.c76 child = sym_lookup (&symtab, destpc); in i386_find_call()
Dsymtab.h120 extern Sym *sym_lookup (Sym_Table *, bfd_vma);
Daarch64.c77 child = sym_lookup (&symtab, dest_pc); in aarch64_find_call()
Dmips.c76 child = sym_lookup (&symtab, dest_pc); in mips_find_call()
Dalpha.c150 child = sym_lookup (&symtab, dest_pc); in alpha_find_call()
Dvax.c311 child = sym_lookup (&symtab, destpc); in vax_find_call()
Dtahoe.c300 child = sym_lookup (&symtab, destpc); in tahoe_find_call()
Dsymtab.c217 sym_lookup (Sym_Table *sym_tab, bfd_vma address) in sym_lookup() function
DTODO12 + implement symtab_parse(); modify sym_lookup() to consider addr_high
DChangeLog-2009184 * alpha.c (alpha_find_call): Add check for return value of sym_lookup.
Dcorefile.c884 sym = sym_lookup(&symtab, ltab.limit->addr); in core_create_line_syms()
DChangeLog-9203973 (sym_lookup): Update printf format strings.
1646 all addresses outside the text-space. Thus, sym_lookup(&symtab,
Dgprof.texi2064 Also, the symbol lookup routine (@code{symtab.c:@-sym_lookup}),