HomeSort by relevance Sort by last modified time
    Searched full:destpc (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gprof/
i386.c 54 bfd_vma pc, destpc; local
73 destpc = bfd_get_32 (core_bfd, instructp + 1) + pc + 5;
74 if (hist_check_address (destpc))
76 child = sym_lookup (&symtab, destpc);
77 if (child && child->addr == destpc)
84 (unsigned long) destpc, child->name));
tahoe.c 227 bfd_vma pc, destpc; local
297 destpc = pc + tahoe_offset (instructp + length);
298 if (hist_check_address (destpc))
300 child = sym_lookup (&symtab, destpc);
305 (unsigned long) destpc);
310 if (child->addr == destpc)
vax.c 239 bfd_vma pc, destpc; local
308 destpc = pc + vax_offset (instructp + length);
309 if (hist_check_address (destpc))
311 child = sym_lookup (&symtab, destpc);
316 (unsigned long) destpc);
321 if (child->addr == destpc)

Completed in 235 milliseconds