HomeSort by relevance Sort by last modified time
    Searched refs:dest_pc (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/gprof/
aarch64.c 50 bfd_vma pc, dest_pc, offset; local
73 dest_pc = pc + offset;
75 if (hist_check_address (dest_pc))
77 child = sym_lookup (&symtab, dest_pc);
83 (unsigned long) dest_pc, child->name,
86 if (child->addr == dest_pc)
sparc.c 47 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)
alpha.c 95 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)
mips.c 44 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 121 milliseconds