Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dcoff-tic30.c104 #define SELECT_RELOC(x,howto) x.r_type = coff_tic30_select_reloc(howto) macro
H A Dcoff-i386.c367 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
H A Dcoff-mcore.c547 #define SELECT_RELOC(internal, howto) {internal.r_type = howto->type;} macro
H A Dcoff-x86_64.c502 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
H A Dcoff-aarch64.c462 #define SELECT_RELOC(x,howto) { (x).r_type = (howto)->type; } macro
H A Dcoff64-rs6000.c240 #define SELECT_RELOC(internal, howto) \ macro
H A Dcoff-arm.c885 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
H A Dcoff-rs6000.c63 #define SELECT_RELOC(internal, howto) \ macro
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dcoff-tic30.c104 #define SELECT_RELOC(x,howto) x.r_type = coff_tic30_select_reloc(howto) macro
H A Dcoff-i386.c367 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
H A Dcoff-mcore.c541 #define SELECT_RELOC(internal, howto) {internal.r_type = howto->type;} macro
H A Dcoff-x86_64.c503 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
H A Dcoff64-rs6000.c240 #define SELECT_RELOC(internal, howto) \ macro
H A Dcoff-arm.c885 #define SELECT_RELOC(x,howto) { x.r_type = howto->type; } macro
H A Dcoff-rs6000.c63 #define SELECT_RELOC(internal, howto) \ macro