Home
last modified time | relevance | path

Searched defs:SELECT_RELOC (Results 1 – 25 of 35) sorted by relevance

12

/openbsd-src/gnu/usr.bin/binutils/bfd/
H A Dcoff-we32k.c58 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
H A Dcoff-apollo.c104 #define SELECT_RELOC(external, internal) \ macro
H A Dxcoff-target.h25 #define SELECT_RELOC(internal, howto) \ macro
H A Dcoff-tic30.c94 #define SELECT_RELOC(x,howto) x.r_type = coff_tic30_select_reloc(howto) macro
H A Dcoff-i386.c329 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
H A Dcoff-h8500.c81 #define SELECT_RELOC(x,howto) x.r_type = coff_h8500_select_reloc(howto) macro
H A Dcoff-z8k.c77 #define SELECT_RELOC(x,howto) x.r_type = coff_z8k_select_reloc(howto) macro
H A Dcoff-i860.c438 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
H A Dcoff-w65.c53 #define SELECT_RELOC(x,howto) \ macro
H A Dcoff-x86_64.c446 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
H A Dcoff-m68k.c206 #define SELECT_RELOC(external, internal) \ macro
H A Dcoff-mcore.c579 #define SELECT_RELOC(internal, howto) {internal.r_type = howto->type;} macro
H A Dpe-mips.c383 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff-we32k.c58 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
H A Dcoff-apollo.c104 #define SELECT_RELOC(external, internal) \ macro
H A Dxcoff-target.h25 #define SELECT_RELOC(internal, howto) \ macro
H A Dcoff-tic30.c94 #define SELECT_RELOC(x,howto) x.r_type = coff_tic30_select_reloc(howto) macro
H A Dcoff-i386.c348 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
H A Dcoff-h8500.c81 #define SELECT_RELOC(x,howto) x.r_type = coff_h8500_select_reloc(howto) macro
H A Dcoff-i860.c438 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
H A Dcoff-w65.c53 #define SELECT_RELOC(x,howto) \ macro
H A Dcoff-x86_64.c446 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
H A Dcoff-mcore.c544 #define SELECT_RELOC(internal, howto) {internal.r_type = howto->type;} macro
H A Dcoff-m68k.c206 #define SELECT_RELOC(external, internal) \ macro
H A Dpe-mips.c338 #define SELECT_RELOC(x, howto) { x.r_type = howto->type; } macro

12