/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | coff-we32k.c | 58 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
|
H A D | coff-apollo.c | 104 #define SELECT_RELOC(external, internal) \ macro
|
H A D | xcoff-target.h | 25 #define SELECT_RELOC(internal, howto) \ macro
|
H A D | coff-tic30.c | 94 #define SELECT_RELOC(x,howto) x.r_type = coff_tic30_select_reloc(howto) macro
|
H A D | coff-i386.c | 329 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
|
H A D | coff-h8500.c | 81 #define SELECT_RELOC(x,howto) x.r_type = coff_h8500_select_reloc(howto) macro
|
H A D | coff-z8k.c | 77 #define SELECT_RELOC(x,howto) x.r_type = coff_z8k_select_reloc(howto) macro
|
H A D | coff-i860.c | 438 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
|
H A D | coff-w65.c | 53 #define SELECT_RELOC(x,howto) \ macro
|
H A D | coff-x86_64.c | 446 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
|
H A D | coff-m68k.c | 206 #define SELECT_RELOC(external, internal) \ macro
|
H A D | coff-mcore.c | 579 #define SELECT_RELOC(internal, howto) {internal.r_type = howto->type;} macro
|
H A D | pe-mips.c | 383 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
|
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | coff-we32k.c | 58 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
|
H A D | coff-apollo.c | 104 #define SELECT_RELOC(external, internal) \ macro
|
H A D | xcoff-target.h | 25 #define SELECT_RELOC(internal, howto) \ macro
|
H A D | coff-tic30.c | 94 #define SELECT_RELOC(x,howto) x.r_type = coff_tic30_select_reloc(howto) macro
|
H A D | coff-i386.c | 348 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
|
H A D | coff-h8500.c | 81 #define SELECT_RELOC(x,howto) x.r_type = coff_h8500_select_reloc(howto) macro
|
H A D | coff-i860.c | 438 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
|
H A D | coff-w65.c | 53 #define SELECT_RELOC(x,howto) \ macro
|
H A D | coff-x86_64.c | 446 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
|
H A D | coff-mcore.c | 544 #define SELECT_RELOC(internal, howto) {internal.r_type = howto->type;} macro
|
H A D | coff-m68k.c | 206 #define SELECT_RELOC(external, internal) \ macro
|
H A D | pe-mips.c | 338 #define SELECT_RELOC(x, howto) { x.r_type = howto->type; } macro
|