diff options
Diffstat (limited to 'gprof/vax.c')
-rw-r--r-- | gprof/vax.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gprof/vax.c b/gprof/vax.c index 0d7cc30b69..9d67430c4b 100644 --- a/gprof/vax.c +++ b/gprof/vax.c @@ -53,6 +53,12 @@ struct modebyte Sym indirectchild; +static operandenum vax_operandmode PARAMS ((struct modebyte *)); +static char *vax_operandname PARAMS ((operandenum)); +static long vax_operandlength PARAMS ((struct modebyte *)); +static bfd_vma vax_reladdr PARAMS ((struct modebyte *)); +void vax_find_call PARAMS ((Sym *, bfd_vma, bfd_vma)); + static operandenum vax_operandmode (modep) struct modebyte *modep; |