HomeSort by relevance Sort by last modified time
    Searched refs:MY (Results 1 - 25 of 57) sorted by null

1 2 3

  /toolchain/binutils/binutils-2.27/bfd/
i386mach3.c 50 #define MY(OP) CONCAT2 (i386_aout_mach3_,OP)
53 static bfd_boolean MY (set_sizes) (bfd *);
54 #define MY_backend_data &MY(backend_data)
56 static const struct aout_backend_data MY(backend_data) =
63 MY(set_sizes),
demo64.c 27 #define MY(OP) CONCAT2 (aout64_,OP)
aout-sparcle.c 26 #define MY(OP) CONCAT2 (sparc_aout_le_,OP)
m68k4knetbsd.c 31 #define MY(OP) CONCAT2 (m68k_aout_4knbsd_,OP)
m68knetbsd.c 33 #define MY(OP) CONCAT2 (m68k_aout_nbsd_,OP)
m88kopenbsd.c 31 #define MY(OP) CONCAT2 (m88k_aout_obsd_,OP)
sparcnetbsd.c 34 #define MY(OP) CONCAT2 (sparc_aout_nbsd_,OP)
i386aout.c 39 #define MY(OP) CONCAT2 (i386_aout_,OP)
67 #define MY_backend_data & MY (backend_data)
69 static const struct aout_backend_data MY (backend_data);
73 static const struct aout_backend_data MY (backend_data) =
80 MY (set_sizes),
mipsbsd.c 41 #define MY(OP) CONCAT2 (mipsbsd_,OP)
49 MY(set_arch_mach) (ABFD, N_MACHTYPE (EXECP)); \
50 MY(choose_reloc_size) (ABFD);
51 static void MY(set_arch_mach) (bfd *, unsigned long);
52 static void MY(choose_reloc_size) (bfd *);
54 #define MY_write_object_contents MY(write_object_contents)
55 static bfd_boolean MY(write_object_contents) (bfd *);
57 /* We can't use MY(x) here because it leads to a recursive call to CONCAT2
68 #define MY_backend_data &MY(backend_data)
77 long MY(canonicalize_reloc) (bfd *, sec_ptr, arelent **, asymbol **)
    [all...]
aout0.c 27 #define MY(OP) CONCAT2 (aout0_be_,OP)
armnetbsd.c 34 #define MY(OP) CONCAT2 (arm_aout_nbsd_, OP)
hp300bsd.c 32 #define MY(OP) CONCAT2 (m68k_aout_hp300bsd_,OP)
i386freebsd.c 33 #define MY(OP) CONCAT2 (i386_aout_fbsd_,OP)
i386netbsd.c 33 #define MY(OP) CONCAT2 (i386_aout_nbsd_,OP)
m88kmach3.c 38 #define MY(OP) CONCAT2 (m88k_aout_mach3_,OP)
newsos3.c 28 #define MY(OP) CONCAT2 (m68k_aout_newsos3_,OP)
vax1knetbsd.c 33 #define MY(OP) CONCAT2 (vax_aout_1knbsd_,OP)
vaxbsd.c 31 #define MY(OP) CONCAT2 (vax_aout_bsd_,OP)
vaxnetbsd.c 33 #define MY(OP) CONCAT2 (vax_aout_nbsd_,OP)
aout-arm.c 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
    [all...]
aout-cris.c 65 #define MY(OP) CONCAT2 (cris_aout_,OP)
74 #define MY_write_object_contents MY (write_object_contents)
75 static bfd_boolean MY (write_object_contents) (bfd *);
80 #define MY_swap_ext_reloc_out MY (swap_ext_reloc_out)
81 static void MY (swap_ext_reloc_out) (bfd *, arelent *, struct reloc_ext_external *);
83 #define MY_swap_ext_reloc_in MY (swap_ext_reloc_in)
84 static void MY (swap_ext_reloc_in) (bfd *, struct reloc_ext_external *,
87 #define MY_set_sizes MY (set_sizes)
88 static bfd_boolean MY (set_sizes) (bfd *);
90 /* To set back reloc_size to ext, we make MY (set_sizes) be calle
    [all...]
i386bsd.c 42 #define MY(OP) CONCAT2 (i386_aout_bsd_,OP)
ns32knetbsd.c 33 #define MY(OP) CONCAT2 (ns32k_aout_pc532nbsd_,OP)
aout-ns32k.c 44 #define MY(OP) MYNS (OP)
46 #define MY_swap_std_reloc_in MY (swap_std_reloc_in)
47 #define MY_swap_std_reloc_out MY (swap_std_reloc_out)
79 reloc_howto_type MY (howto_table)[] =
136 #define CTOR_TABLE_RELOC_HOWTO(BFD) (MY (howto_table) + 14)
144 MY (reloc_howto) (bfd *abfd ATTRIBUTE_UNUSED,
162 return (MY (howto_table) + r_length + 3 * (*r_pcrel) + 6 * r_ns32k_type);
166 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC)
169 MY (put_reloc) (bfd *abfd,
183 r_ns32k_type = (howto - MY (howto_table) )/6
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/
Makefile.PL 3 sub MY::postamble {
4 my $postamble = <<'MAKE_FRAG';

Completed in 255 milliseconds

1 2 3