Home
last modified time | relevance | path

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

/trueos/contrib/binutils/include/elf/
HDm68k.h57 #define EF_M68K_CPU32 0x00810000 macro
62 (EF_M68K_M68000 | EF_M68K_CPU32 | EF_M68K_CFV4E | EF_M68K_FIDO)
HDChangeLog247 (EF_M68K_CPU32, EF_M68K_M68000, EF_M68K_CFV4E): ... here.
/trueos/contrib/binutils/binutils/
HDreadelf.c2042 else if ((e_flags & EF_M68K_ARCH_MASK) == EF_M68K_CPU32) in get_machine_flags()