Home
last modified time | relevance | path

Searched refs:SWAP_OUT_RELOC_EXTRA (Results 1 – 15 of 15) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Dcoff-tic30.c113 #define SWAP_OUT_RELOC_EXTRA(abfd, src, dst) dst->r_stuff[0] = 'S'; \ macro
Dcoff-sparc.c184 #define SWAP_OUT_RELOC_EXTRA(abfd,src,dst) \ macro
Dcoff-h8500.c86 #define SWAP_OUT_RELOC_EXTRA(abfd, src, dst) \ macro
Dcoff-z80.c72 #define SWAP_OUT_RELOC_EXTRA(abfd, src, dst) \ macro
Dcoff-w65.c59 #define SWAP_OUT_RELOC_EXTRA(abfd, src, dst) \ macro
Dcoff-z8k.c76 #define SWAP_OUT_RELOC_EXTRA(abfd, src, dst) \ macro
Dcoffswap.h242 #ifdef SWAP_OUT_RELOC_EXTRA in coff_swap_reloc_out()
243 SWAP_OUT_RELOC_EXTRA (abfd, reloc_src, reloc_dst); in coff_swap_reloc_out()
Dpeicode.h156 #ifdef SWAP_OUT_RELOC_EXTRA in coff_swap_reloc_out()
157 SWAP_OUT_RELOC_EXTRA (abfd, reloc_src, reloc_dst); in coff_swap_reloc_out()
Dcoff-h8300.c262 #define SWAP_OUT_RELOC_EXTRA(abfd, src, dst) \ macro
Dcoff-sh.c384 #define SWAP_OUT_RELOC_EXTRA(abfd, src, dst) \ macro
DChangeLog-20132860 * coff-tic54x.c (SWAP_OUT_RELOC_EXTRA): Delete.
2861 * coff-tic80.c (SWAP_OUT_RELOC_EXTRA): Delete.
DChangeLog-20054386 * coff-tic54x.c (SWAP_OUT_RELOC_EXTRA): Defined.
4387 * coff-tic80.c (SWAP_OUT_RELOC_EXTRA): Likewise.
DChangeLog-94956502 * coff-sparc.c (SWAP_OUT_RELOC_EXTRA): Define to clear the r_spare
/toolchain/binutils/binutils-2.27/include/coff/
Dti.h548 #define SWAP_OUT_RELOC_EXTRA(abfd, src, dst) \ macro
DChangeLog-041559 * ti.h (SWAP_OUT_RELOC_EXTRA): Define.