Home
last modified time | relevance | path

Searched refs:destpc (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gprof/
Di386.c54 bfd_vma pc, destpc; in i386_find_call() local
73 destpc = bfd_get_32 (core_bfd, instructp + 1) + pc + 5; in i386_find_call()
74 if (hist_check_address (destpc)) in i386_find_call()
76 child = sym_lookup (&symtab, destpc); in i386_find_call()
77 if (child && child->addr == destpc) in i386_find_call()
84 (unsigned long) destpc, child->name)); in i386_find_call()
Dvax.c239 bfd_vma pc, destpc; in vax_find_call() local
308 destpc = pc + vax_offset (instructp + length); in vax_find_call()
309 if (hist_check_address (destpc)) in vax_find_call()
311 child = sym_lookup (&symtab, destpc); in vax_find_call()
316 (unsigned long) destpc); in vax_find_call()
321 if (child->addr == destpc) in vax_find_call()
Dtahoe.c227 bfd_vma pc, destpc; in tahoe_find_call() local
297 destpc = pc + tahoe_offset (instructp + length); in tahoe_find_call()
298 if (hist_check_address (destpc)) in tahoe_find_call()
300 child = sym_lookup (&symtab, destpc); in tahoe_find_call()
305 (unsigned long) destpc); in tahoe_find_call()
310 if (child->addr == destpc) in tahoe_find_call()