Searched refs:MY (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Ddemo64.c27 #define MY(OP) CONCAT2 (demo_64_,OP) macro
H A Daout-sparcle.c26 #define MY(OP) CONCAT2 (sparcle_aout_,OP) macro
H A Dsparcnetbsd.c33 #define MY(OP) CONCAT2 (sparcnetbsd_,OP) macro
H A Di386aout.c38 #define MY(OP) CONCAT2 (i386aout_,OP) macro
66 #define MY_backend_data & MY (backend_data)
68 static const struct aout_backend_data MY (backend_data);
72 static const struct aout_backend_data MY (backend_data) =
79 MY (set_sizes),
H A Daout0.c27 #define MY(OP) CONCAT2 (aout0_big_,OP) macro
H A Darmnetbsd.c34 #define MY(OP) CONCAT2 (armnetbsd_, OP) macro
H A Di386freebsd.c32 #define MY(OP) CONCAT2 (i386freebsd_,OP) macro
H A Di386netbsd.c33 #define MY(OP) CONCAT2 (i386netbsd_,OP) macro
H A Daout-arm.c46 #define MY(OP) CONCAT2 (aoutarm_,OP) macro
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_relo
[all...]
H A Dmipsbsd.c41 #define MY(OP) CONCAT2 (mipsbsd_,OP) macro
49 MY(set_arch_mach) (ABFD, N_MACHTYPE (EXEC)); \
50 MY(choose_reloc_size) (ABFD);
51 static void MY(set_arch_mach) PARAMS ((bfd *abfd, unsigned long machtype));
52 static void MY(choose_reloc_size) PARAMS ((bfd *abfd));
54 #define MY_write_object_contents MY(write_object_contents)
55 static bfd_boolean MY(write_object_contents) PARAMS ((bfd *abfd));
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_relo
[all...]
H A Di386bsd.c42 #define MY(OP) CONCAT2 (i386bsd_,OP) macro
H A Dfreebsd.h70 #define MY_bfd_final_link MY (bfd_final_link)
71 #define MY_write_object_contents MY (write_object_contents)
72 static bfd_boolean MY (bfd_final_link) (bfd *, struct bfd_link_info *);
73 static bfd_boolean MY (write_object_contents) (bfd *);
79 MY (bfd_final_link) (bfd *abfd, struct bfd_link_info *info)
107 MY (write_object_contents) (bfd *abfd)
H A Daout-target.h39 MY (callback) (bfd *abfd)
133 MY (object_p) (bfd *abfd)
168 target = NAME (aout, some_aout_object_p) (abfd, &exec, MY (callback));
191 #define MY_object_p MY (object_p)
197 MY (mkobject) (bfd *abfd)
202 #define MY_mkobject MY (mkobject)
234 MY (write_object_contents) (bfd *abfd)
245 #define MY_write_object_contents MY (write_object_contents)
251 MY (set_sizes) (bfd *abfd)
265 #define MY_set_sizes MY (set_size
[all...]
H A Dnetbsd.h66 #define MY_write_object_contents MY (write_object_contents)
67 static bfd_boolean MY (write_object_contents) (bfd *);
78 MY (write_object_contents) (bfd *abfd)
H A Dhost-aout.c84 #define MY(OP) CONCAT2 (host_aout_,OP) macro
H A Di386linux.c42 #define MY(OP) CONCAT2 (i386linux_,OP) macro
45 extern const bfd_target MY(vec);
562 if (output_bfd->xvec != &MY(vec))
H A Dsparclinux.c42 #define MY(OP) CONCAT2 (sparclinux_,OP) macro
45 extern const bfd_target MY(vec);
561 if (output_bfd->xvec != &MY(vec))
H A Dsunos.c27 #define MY(OP) CONCAT2 (sunos_big_,OP) macro
1186 extern const bfd_target MY (vec);
1194 if (info->hash->creator != &MY (vec))
1209 if (output_bfd->xvec != &MY(vec))
1894 if (output_bfd->xvec != &MY(vec))
/freebsd-11-stable/crypto/heimdal/
H A Dkrb5.conf2 default_realm = MY.REALM
16 MY.REALM = {
17 kdc = MY.COMPUTER
26 .my.domain = MY.REALM

Completed in 219 milliseconds