Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/elf/
Dmep.h68 #define EF_MEP_CPU_MEP 0x00000000 /* generic MEP */ macro
/toolchain/binutils/binutils-2.27/bfd/
Delf32-mep.c610 else if (new_partial == EF_MEP_CPU_MEP) in mep_elf_merge_private_bfd_data()
612 else if (old_partial == EF_MEP_CPU_MEP) in mep_elf_merge_private_bfd_data()
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c3153 case EF_MEP_CPU_MEP: strcat (buf, ", generic MeP"); break; in get_machine_flags()