| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | m68hc11-tdep.c | 152 int elf_flags; member 1445 int elf_flags; in m68hc11_gdbarch_init() local 1452 elf_flags = elf_elfheader (info.abfd)->e_flags; in m68hc11_gdbarch_init() 1454 elf_flags = 0; in m68hc11_gdbarch_init() 1461 if (gdbarch_tdep (arches->gdbarch)->elf_flags != elf_flags) in m68hc11_gdbarch_init() 1470 tdep->elf_flags = elf_flags; in m68hc11_gdbarch_init() 1486 tdep->use_page_register = elf_flags & E_M68HC12_BANKS; in m68hc11_gdbarch_init() 1488 set_gdbarch_addr_bit (gdbarch, elf_flags & E_M68HC12_BANKS ? 32 : 16); in m68hc11_gdbarch_init() 1490 elf_flags & E_M68HC12_BANKS in m68hc11_gdbarch_init() 1493 set_gdbarch_pc_regnum (gdbarch, elf_flags & E_M68HC12_BANKS in m68hc11_gdbarch_init() [all …]
|
| H A D | frv-linux-tdep.c | 330 int elf_flags; in frv_linux_elf_osabi_sniffer() local 332 elf_flags = elf_elfheader (abfd)->e_flags; in frv_linux_elf_osabi_sniffer() 337 if (elf_flags & EF_FRV_FDPIC) in frv_linux_elf_osabi_sniffer()
|
| H A D | mips-tdep.c | 126 int elf_flags; member 4658 int elf_flags; in mips_gdbarch_init() local 4665 elf_flags = elf_elfheader (info.abfd)->e_flags; in mips_gdbarch_init() 4667 elf_flags = gdbarch_tdep (arches->gdbarch)->elf_flags; in mips_gdbarch_init() 4669 elf_flags = 0; in mips_gdbarch_init() 4672 "mips_gdbarch_init: elf_flags = 0x%08x\n", elf_flags); in mips_gdbarch_init() 4675 switch ((elf_flags & EF_MIPS_ABI)) in mips_gdbarch_init() 4690 if ((elf_flags & EF_MIPS_ABI2)) in mips_gdbarch_init() 4803 if (gdbarch_tdep (arches->gdbarch)->elf_flags != elf_flags) in mips_gdbarch_init() 4821 tdep->elf_flags = elf_flags; in mips_gdbarch_init() [all …]
|
| H A D | frv-tdep.c | 1431 int elf_flags = 0; in frv_gdbarch_init() local 1465 elf_flags = elf_elfheader (info.abfd)->e_flags; in frv_gdbarch_init() 1467 if (elf_flags & EF_FRV_FDPIC) in frv_gdbarch_init() 1470 if (elf_flags & EF_FRV_CPU_FR450) in frv_gdbarch_init()
|
| H A D | ChangeLog-1999 | 7401 elf_flags. Check ABFD is elf_flavour before extracting elf_flags. 7402 Match ARCH against entire elf_flags instead of just the 7405 ef_mips_bitptrs and ef_mips_abi fields from elf_flags.
|
| H A D | ChangeLog | 10398 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags. 12854 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
|
| H A D | ChangeLog-2000 | 368 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove elf_flags, cleanup.
|
| H A D | ChangeLog-2002 | 5546 (gdbarch_tdep): Record elf_flags.
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-m68hc11.c | 250 static int elf_flags = E_M68HC11_F64; variable 475 elf_flags &= ~E_M68HC11_I32; in md_parse_option() 479 elf_flags |= E_M68HC11_I32; in md_parse_option() 483 elf_flags &= ~E_M68HC11_F64; in md_parse_option() 487 elf_flags |= E_M68HC11_F64; in md_parse_option() 2623 elf_flags &= ~E_M68HC11_I32; in s_m68hc11_mode() 2627 elf_flags |= E_M68HC11_I32; in s_m68hc11_mode() 2631 elf_flags &= ~E_M68HC11_F64; in s_m68hc11_mode() 2635 elf_flags |= E_M68HC11_F64; in s_m68hc11_mode() 3344 elf_flags |= EF_M68HCS12_MACH; in m68hc11_elf_final_processing() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/ |
| H A D | tc-m68hc11.c | 251 static int elf_flags = E_M68HC11_F64; variable 476 elf_flags &= ~E_M68HC11_I32; in md_parse_option() 480 elf_flags |= E_M68HC11_I32; in md_parse_option() 484 elf_flags &= ~E_M68HC11_F64; in md_parse_option() 488 elf_flags |= E_M68HC11_F64; in md_parse_option() 2624 elf_flags &= ~E_M68HC11_I32; in s_m68hc11_mode() 2628 elf_flags |= E_M68HC11_I32; in s_m68hc11_mode() 2632 elf_flags &= ~E_M68HC11_F64; in s_m68hc11_mode() 2636 elf_flags |= E_M68HC11_F64; in s_m68hc11_mode() 3339 elf_flags |= EF_M68HCS12_MACH; in m68hc11_elf_final_processing() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | frv-opc.h | 48 unsigned long elf_flags; member 61 void frv_vliw_reset PARAMS ((FRV_VLIW *, unsigned long mach, unsigned long elf_flags));
|
| H A D | frv-opc.c | 314 frv_vliw_reset (FRV_VLIW *vliw, unsigned long mach, unsigned long elf_flags) in frv_vliw_reset() argument 319 vliw->elf_flags = elf_flags; in frv_vliw_reset() 761 if (! (vliw->elf_flags & EF_FRV_NOPACK)) in frv_vliw_add_insn()
|
| /openbsd-src/gnu/usr.bin/binutils/cpu/ |
| H A D | frv.opc | 61 unsigned long elf_flags; 74 void frv_vliw_reset PARAMS ((FRV_VLIW *, unsigned long mach, unsigned long elf_flags)); 360 frv_vliw_reset (FRV_VLIW *vliw, unsigned long mach, unsigned long elf_flags) 365 vliw->elf_flags = elf_flags; 807 if (! (vliw->elf_flags & EF_FRV_NOPACK))
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/cpu/ |
| H A D | frv.opc | 60 unsigned long elf_flags; 405 frv_vliw_reset (FRV_VLIW *vliw, unsigned long mach, unsigned long elf_flags) 410 vliw->elf_flags = elf_flags; 893 if (! (vliw->elf_flags & EF_FRV_NOPACK))
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | frv-opc.h | 49 unsigned long elf_flags; member
|
| H A D | frv-opc.c | 360 frv_vliw_reset (FRV_VLIW *vliw, unsigned long mach, unsigned long elf_flags) in frv_vliw_reset() argument 365 vliw->elf_flags = elf_flags; in frv_vliw_reset() 848 if (! (vliw->elf_flags & EF_FRV_NOPACK)) in frv_vliw_add_insn()
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | ChangeLog-0203 | 3547 * config/tc-m68hc11.c (elf_flags): Set default ABI to gcc default
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | ChangeLog-0203 | 3547 * config/tc-m68hc11.c (elf_flags): Set default ABI to gcc default
|