Home | History | Annotate | Download | only in bfd

Lines Matching refs:MY

45 #define MY(OP) CONCAT2 (arm_aout_,OP)
60 MY (fix_pcrel_26) (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
62 MY (fix_pcrel_26_done) (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
64 reloc_howto_type MY (howto_table)[] =
74 HOWTO (3, 2, 2, 26, TRUE, 0, complain_overflow_signed, MY (fix_pcrel_26),
83 MY (fix_pcrel_26_done), "ARM26D", TRUE, 0x0, 0x0,
96 MY (reloc_howto) (bfd *abfd,
134 return MY (howto_table) + howto_index;
138 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC)
141 MY (put_reloc) (bfd *abfd,
188 MY (put_reloc) (BFD, EXT, IDX, VAL, HOWTO, RELOC)
191 MY (relocatable_reloc) (reloc_howto_type *howto,
220 MY (relocatable_reloc) (HOW, BFD, REL, &(AMOUNT), ADDR)
223 MY (fix_pcrel_26_done) (bfd *abfd ATTRIBUTE_UNUSED,
236 MY (fix_pcrel_26) (bfd *abfd,
287 reloc_entry->howto = &MY (howto_table)[7];
293 MY (bfd_reloc_type_lookup) (bfd *abfd,
296 #define ASTD(i,j) case i: return & MY (howto_table)[j]
322 MY (bfd_reloc_name_lookup) (bfd *abfd ATTRIBUTE_UNUSED,
328 i < sizeof (MY (howto_table)) / sizeof (MY (howto_table)[0]);
330 if (MY (howto_table)[i].name != NULL
331 && strcasecmp (MY (howto_table)[i].name, r_name) == 0)
332 return &MY (howto_table)[i];
337 #define MY_swap_std_reloc_in MY (swap_std_reloc_in)
338 #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),
536 BFD_JUMP_TABLE_GENERIC (MY),
537 BFD_JUMP_TABLE_COPY (MY),
538 BFD_JUMP_TABLE_CORE (MY),
539 BFD_JUMP_TABLE_ARCHIVE (MY),
540 BFD_JUMP_TABLE_SYMBOLS (MY),
541 BFD_JUMP_TABLE_RELOCS (MY),
542 BFD_JUMP_TABLE_WRITE (MY),
543 BFD_JUMP_TABLE_LINK (MY),
544 BFD_JUMP_TABLE_DYNAMIC (MY),