HomeSort by relevance Sort by last modified time
    Searched refs:SELECT_RELOC (Results 1 - 17 of 17) sorted by null

  /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-mcore.c 548 #define SELECT_RELOC(internal, howto) {internal.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-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-m68k.c 213 #define SELECT_RELOC(external, internal) \
coff-x86_64.c 455 #define SELECT_RELOC(x,howto) { x.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...]
coffcode.h     [all...]
coff64-rs6000.c 220 #define SELECT_RELOC(internal, howto) \
    [all...]
coff-rs6000.c 63 #define SELECT_RELOC(internal, howto) \
    [all...]

Completed in 101 milliseconds