/toolchain/binutils/binutils-2.25/bfd/ |
coff-we32k.c | 58 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; }
|
coff-apollo.c | 101 #define SELECT_RELOC(external, internal) \
|
coff-tic30.c | 104 #define SELECT_RELOC(x,howto) x.r_type = coff_tic30_select_reloc(howto)
|
coff-h8500.c | 77 #define SELECT_RELOC(x,howto) x.r_type = coff_h8500_select_reloc(howto)
|
coff-i386.c | 347 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; }
|
coff-i860.c | 442 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; }
|
coff-w65.c | 47 #define SELECT_RELOC(x,howto) \ 48 { x.r_type = select_reloc(howto); } 62 select_reloc (reloc_howto_type *howto) function
|
coff-x86_64.c | 455 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; }
|
coff-m68k.c | 213 #define SELECT_RELOC(external, internal) \
|
coff-mcore.c | 548 #define SELECT_RELOC(internal, howto) {internal.r_type = howto->type;}
|
pe-mips.c | 346 #define SELECT_RELOC(x, howto) { x.r_type = howto->type; }
|
coff-h8300.c | 251 #define SELECT_RELOC(x,howto) \ 252 { x.r_type = select_reloc (howto); } 267 select_reloc (reloc_howto_type *howto) function [all...] |
coff-arm.c | 875 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } [all...] |
coff-ppc.c | [all...] |
coff64-rs6000.c | 220 #define SELECT_RELOC(internal, howto) \ [all...] |
coff-rs6000.c | 63 #define SELECT_RELOC(internal, howto) \ [all...] |