Searched refs:E_M68HC12_BANKS (Results 1 – 3 of 3) sorted by relevance
65 #define E_M68HC12_BANKS 0x000000004 macro
1476 tdep->use_page_register = elf_flags & E_M68HC12_BANKS; in m68hc11_gdbarch_init()1478 set_gdbarch_addr_bit (gdbarch, elf_flags & E_M68HC12_BANKS ? 32 : 16); in m68hc11_gdbarch_init()1480 elf_flags & E_M68HC12_BANKS in m68hc11_gdbarch_init()1483 set_gdbarch_pc_regnum (gdbarch, elf_flags & E_M68HC12_BANKS in m68hc11_gdbarch_init()1485 set_gdbarch_num_regs (gdbarch, elf_flags & E_M68HC12_BANKS in m68hc11_gdbarch_init()
1357 if (elf_elfheader (abfd)->e_flags & E_M68HC12_BANKS) in _bfd_m68hc11_elf_print_private_bfd_data()1396 i_ehdrp->e_flags |= E_M68HC12_BANKS; in elf32_m68hc11_post_process_headers()