Home
last modified time | relevance | path

Searched refs:E_M68HC12_BANKS (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/include/elf/
Dm68hc11.h65 #define E_M68HC12_BANKS 0x000000004 macro
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dm68hc11-tdep.c1476 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()
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-m68hc1x.c1357 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()