Lines Matching defs:MY

46 #define MY(OP) CONCAT2 (aoutarm_,OP)
61 MY (fix_pcrel_26) (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
63 MY (fix_pcrel_26_done) (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
65 reloc_howto_type MY (howto_table)[] =
75 HOWTO (3, 2, 2, 26, TRUE, 0, complain_overflow_signed, MY (fix_pcrel_26),
84 MY (fix_pcrel_26_done), "ARM26D", TRUE, 0x0, 0x0,
97 MY (reloc_howto) (bfd *abfd,
135 return MY (howto_table) + index;
139 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC)
142 MY (put_reloc) (bfd *abfd,
189 MY (put_reloc) (BFD, EXT, IDX, VAL, HOWTO, RELOC)
192 MY (relocatable_reloc) (reloc_howto_type *howto,
221 MY (relocatable_reloc) (HOW, BFD, REL, &(AMOUNT), ADDR)
224 MY (fix_pcrel_26_done) (bfd *abfd ATTRIBUTE_UNUSED,
237 MY (fix_pcrel_26) (bfd *abfd,
288 reloc_entry->howto = &MY (howto_table)[7];
294 MY (bfd_reloc_type_lookup) (bfd *abfd,
297 #define ASTD(i,j) case i: return & MY (howto_table)[j]
323 MY (bfd_reloc_name_lookup) (bfd *abfd ATTRIBUTE_UNUSED,
329 i < sizeof (MY (howto_table)) / sizeof (MY (howto_table)[0]);
331 if (MY (howto_table)[i].name != NULL
332 && strcasecmp (MY (howto_table)[i].name, r_name) == 0)
333 return &MY (howto_table)[i];
338 #define MY_swap_std_reloc_in MY (swap_std_reloc_in)
339 #define MY_swap_std_reloc_out MY (swap_std_reloc_out)
494 BFD_JUMP_TABLE_GENERIC (MY),
495 BFD_JUMP_TABLE_COPY (MY),
496 BFD_JUMP_TABLE_CORE (MY),
497 BFD_JUMP_TABLE_ARCHIVE (MY),
498 BFD_JUMP_TABLE_SYMBOLS (MY),
499 BFD_JUMP_TABLE_RELOCS (MY),
500 BFD_JUMP_TABLE_WRITE (MY),
501 BFD_JUMP_TABLE_LINK (MY),
502 BFD_JUMP_TABLE_DYNAMIC (MY),
535 BFD_JUMP_TABLE_GENERIC (MY),
536 BFD_JUMP_TABLE_COPY (MY),
537 BFD_JUMP_TABLE_CORE (MY),
538 BFD_JUMP_TABLE_ARCHIVE (MY),
539 BFD_JUMP_TABLE_SYMBOLS (MY),
540 BFD_JUMP_TABLE_RELOCS (MY),
541 BFD_JUMP_TABLE_WRITE (MY),
542 BFD_JUMP_TABLE_LINK (MY),
543 BFD_JUMP_TABLE_DYNAMIC (MY),