Searched refs:dest_pc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/binutils/gprof/
H A Dmips.c44 bfd_vma pc, dest_pc; local
73 dest_pc = (pc & ~(bfd_vma) 0xfffffff) | offset;
74 if (hist_check_address (dest_pc))
76 child = sym_lookup (&symtab, dest_pc);
79 (unsigned long) dest_pc, child->name,
81 if (child->addr == dest_pc)

Completed in 51 milliseconds