Searched refs:mips_find_call (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/gprof/ |
H A D | mips.c | 39 void mips_find_call (Sym *, bfd_vma, bfd_vma); 42 mips_find_call (Sym *parent, bfd_vma p_lowpc, bfd_vma p_highpc) in mips_find_call() function
|
H A D | corefile.c | 55 extern void mips_find_call (Sym *, bfd_vma, bfd_vma); 323 mips_find_call (parent, p_lowpc, p_highpc); in find_call()
|
/dflybsd-src/contrib/binutils-2.27/gprof/ |
H A D | mips.c | 39 void mips_find_call (Sym *, bfd_vma, bfd_vma); 42 mips_find_call (Sym *parent, bfd_vma p_lowpc, bfd_vma p_highpc) in mips_find_call() function
|
H A D | corefile.c | 55 extern void mips_find_call (Sym *, bfd_vma, bfd_vma); 322 mips_find_call (parent, p_lowpc, p_highpc); in find_call()
|