Home
last modified time | relevance | path

Searched refs:bfd_mach_h8300s (Results 1 – 25 of 204) sorted by relevance

123456789

/netbsd/external/gpl3/binutils/dist/bfd/
H A Dcpu-h8300.c87 return (info->mach == bfd_mach_h8300s); in h8300_scan()
102 if (in->mach == bfd_mach_h8300sx && out->mach == bfd_mach_h8300s) in compatible()
104 if (in->mach == bfd_mach_h8300s && out->mach == bfd_mach_h8300sx) in compatible()
134 N (32, 32, bfd_mach_h8300s, "h8300s", "h8300s", false, & h8300hn_info_struct);
168 case bfd_mach_h8300s: in bfd_h8300_pad_address()
H A Delf32-h8300.c567 return bfd_mach_h8300s; in elf32_h8_mach()
603 case bfd_mach_h8300s: in elf32_h8_final_write_processing()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Dcpu-h8300.c87 return (info->mach == bfd_mach_h8300s); in h8300_scan()
102 if (in->mach == bfd_mach_h8300sx && out->mach == bfd_mach_h8300s) in compatible()
104 if (in->mach == bfd_mach_h8300s && out->mach == bfd_mach_h8300sx) in compatible()
134 N (32, 32, bfd_mach_h8300s, "h8300s", "h8300s", FALSE, & h8300hn_info_struct);
168 case bfd_mach_h8300s: in bfd_h8300_pad_address()
H A Delf32-h8300.c567 return bfd_mach_h8300s; in elf32_h8_mach()
603 case bfd_mach_h8300s: in elf32_h8_final_write_processing()
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Dcpu-h8300.c87 return (info->mach == bfd_mach_h8300s); in h8300_scan()
102 if (in->mach == bfd_mach_h8300sx && out->mach == bfd_mach_h8300s) in compatible()
104 if (in->mach == bfd_mach_h8300s && out->mach == bfd_mach_h8300sx) in compatible()
134 N (32, 32, bfd_mach_h8300s, "h8300s", "h8300s", FALSE, & h8300hn_info_struct);
168 case bfd_mach_h8300s: in bfd_h8300_pad_address()
H A Delf32-h8300.c567 return bfd_mach_h8300s; in elf32_h8_mach()
603 case bfd_mach_h8300s: in elf32_h8_final_write_processing()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Dcpu-h8300.c87 return (info->mach == bfd_mach_h8300s); in h8300_scan()
102 if (in->mach == bfd_mach_h8300sx && out->mach == bfd_mach_h8300s) in compatible()
104 if (in->mach == bfd_mach_h8300s && out->mach == bfd_mach_h8300sx) in compatible()
134 N (32, 32, bfd_mach_h8300s, "h8300s", "h8300s", FALSE, & h8300hn_info_struct);
168 case bfd_mach_h8300s: in bfd_h8300_pad_address()
H A Delf32-h8300.c567 return bfd_mach_h8300s; in elf32_h8_mach()
603 case bfd_mach_h8300s: in elf32_h8_final_write_processing()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dh8300-tdep.c1286 case bfd_mach_h8300s: in h8300_gdbarch_init()
1393 || gdbarch_bfd_arch_info (gdbarch)->mach == bfd_mach_h8300s in is_h8300hmode()
1404 || gdbarch_bfd_arch_info (gdbarch)->mach == bfd_mach_h8300s in is_h8300smode()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dh8300-tdep.c1286 case bfd_mach_h8300s: in h8300_gdbarch_init()
1393 || gdbarch_bfd_arch_info (gdbarch)->mach == bfd_mach_h8300s in is_h8300hmode()
1404 || gdbarch_bfd_arch_info (gdbarch)->mach == bfd_mach_h8300s in is_h8300smode()
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Ddisassemble.c212 else if (mach == bfd_mach_h8300s in disassembler()
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Ddisassemble.c212 else if (mach == bfd_mach_h8300s in disassembler()
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Ddisassemble.c214 else if (mach == bfd_mach_h8300s in disassembler()
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Ddisassemble.c212 else if (mach == bfd_mach_h8300s in disassembler()
/netbsd/external/gpl3/gdb/dist/gas/config/
H A Dtc-h8300.c86 if (!bfd_set_arch_mach (stdoutput, bfd_arch_h8300, bfd_mach_h8300s)) in h8300smode()
2126 default_mach = bfd_mach_h8300s; in mach_h8300s()
/netbsd/external/gpl3/binutils/dist/gas/config/
H A Dtc-h8300.c86 if (!bfd_set_arch_mach (stdoutput, bfd_arch_h8300, bfd_mach_h8300s)) in h8300smode()
2125 default_mach = bfd_mach_h8300s; in mach_h8300s()
/netbsd/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-h8300.c86 if (!bfd_set_arch_mach (stdoutput, bfd_arch_h8300, bfd_mach_h8300s)) in h8300smode()
2126 default_mach = bfd_mach_h8300s; in mach_h8300s()
/netbsd/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-h8300.c86 if (!bfd_set_arch_mach (stdoutput, bfd_arch_h8300, bfd_mach_h8300s)) in h8300smode()
2126 default_mach = bfd_mach_h8300s; in mach_h8300s()
/netbsd/external/gpl3/binutils.old/dist/bfd/doc/
H A Darchures.texi196 #define bfd_mach_h8300s 3
/netbsd/external/gpl3/binutils/dist/bfd/doc/
H A Darchures.texi186 #define bfd_mach_h8300s 3
/netbsd/external/gpl3/gdb/dist/binutils/
H A Dsrconv.c352 case bfd_mach_h8300s: in wr_hd()
/netbsd/external/gpl3/binutils/dist/binutils/
H A Dsrconv.c353 case bfd_mach_h8300s: in wr_hd()
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Dsrconv.c352 case bfd_mach_h8300s: in wr_hd()
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Dsrconv.c352 case bfd_mach_h8300s: in wr_hd()
/netbsd/external/gpl3/gdb/dist/sim/h8300/
H A Dcompile.c4743 if (machine == bfd_mach_h8300s || machine == bfd_mach_h8300sn || h8300sxmode) in set_h8300h()
4771 set_h8300h (bfd_mach_h8300s); in h8300_option_handler()

123456789