Searched refs:reloc_name_lookup (Results 1 – 10 of 10) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | aout-target.h | 31 extern reloc_howto_type * NAME (aout, reloc_name_lookup) (bfd *, const char *); 513 #define MY_bfd_reloc_name_lookup NAME (aout, reloc_name_lookup)
|
D | mipsbsd.c | 319 MY(reloc_name_lookup) (bfd *abfd ATTRIBUTE_UNUSED, in MY() argument
|
D | libaout.h | 529 extern reloc_howto_type * NAME (aout, reloc_name_lookup)
|
D | elf32-vax.c | 328 reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED, in reloc_name_lookup() function 342 #define bfd_elf32_bfd_reloc_name_lookup reloc_name_lookup
|
D | reloc.c | 7364 return BFD_SEND (abfd, reloc_name_lookup, (abfd, reloc_name)); in bfd_reloc_name_lookup()
|
D | ChangeLog-2007 | 2598 * aout-target.h (NAME (aout, reloc_name_lookup)): Declare. 2603 (NAME (aout, reloc_name_lookup)): New function. 2692 * elf32-m68k.c (reloc_name_lookup): New function. 2723 * elf32-vax.c (reloc_name_lookup): New function. 2754 * libaout.h (NAME (aout, reloc_name_lookup)): Declare. 2758 (MY(reloc_name_lookup)): New function. 2761 * pdp11.c (NAME (aout, reloc_name_lookup)): New function. 2768 * targets.c (struct bfd_target): Add reloc_name_lookup.
|
D | elf32-m68k.c | 424 reloc_name_lookup (bfd *abfd ATTRIBUTE_UNUSED, const char *r_name) in reloc_name_lookup() function 437 #define bfd_elf32_bfd_reloc_name_lookup reloc_name_lookup
|
D | bfd-in2.h | 7078 (*reloc_name_lookup) (bfd *, const char *); member
|
D | pdp11.c | 276 NAME (aout, reloc_name_lookup) (bfd *abfd ATTRIBUTE_UNUSED, in NAME() argument
|
D | aoutx.h | 320 NAME (aout, reloc_name_lookup) (bfd *abfd, const char *r_name) in NAME() argument
|