Searched refs:internal_ldrel (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | libxcoff.h | 47 void (* _xcoff_swap_ldrel_in) (bfd *, const void *, struct internal_ldrel *); 48 void (* _xcoff_swap_ldrel_out)(bfd *, const struct internal_ldrel *, void *);
|
D | coff64-rs6000.c | 147 (bfd *, const void *, struct internal_ldrel *); 149 (bfd *, const struct internal_ldrel *, void *d); 693 xcoff64_swap_ldrel_in (bfd *abfd, const void *s, struct internal_ldrel *dst) in xcoff64_swap_ldrel_in() 706 xcoff64_swap_ldrel_out (bfd *abfd, const struct internal_ldrel *src, void *d) in xcoff64_swap_ldrel_out()
|
D | coff-rs6000.c | 133 static void xcoff_swap_ldrel_in (bfd *, const void *, struct internal_ldrel *); 134 static void xcoff_swap_ldrel_out (bfd *, const struct internal_ldrel *, void *); 2688 xcoff_swap_ldrel_in (bfd *abfd, const void * s, struct internal_ldrel *dst) in xcoff_swap_ldrel_in() 2701 xcoff_swap_ldrel_out (bfd *abfd, const struct internal_ldrel *src, void * d) in xcoff_swap_ldrel_out()
|
D | xcofflink.c | 433 struct internal_ldrel ldrel; in _bfd_xcoff_canonicalize_dynamic_reloc() 4036 struct internal_ldrel ldrel; in xcoff_create_ldrel()
|
/toolchain/binutils/binutils-2.27/include/coff/ |
D | xcoff.h | 274 struct internal_ldrel struct
|