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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gprof/
H A Dsparc.c47 bfd_vma pc, dest_pc; local
66 dest_pc = pc + (((bfd_signed_vma) (insn & 0x3fffffff)
68 if (hist_check_address (dest_pc))
70 child = sym_lookup (&symtab, dest_pc);
75 (unsigned long) dest_pc, child->name,
77 if (child->addr == dest_pc)
H A Dalpha.c95 bfd_vma pc, dest_pc; local
146 dest_pc = pc + 4 + (((bfd_signed_vma) (insn & 0x1fffff)
148 if (hist_check_address (dest_pc))
150 child = sym_lookup (&symtab, dest_pc);
155 (unsigned long) dest_pc, child->name,
157 if (child->addr == dest_pc || child->addr == dest_pc - 8)
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);
81 (unsigned long) dest_pc, child->name,
83 if (child->addr == dest_pc)

Completed in 105 milliseconds