Searched refs:EF_V850_ARCH (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/include/elf/
H A Dv850.h31 #define EF_V850_ARCH 0xf0000000 macro
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-v850.c1743 switch (elf_elfheader (abfd)->e_flags & EF_V850_ARCH)
1775 elf_elfheader (abfd)->e_flags &=~ EF_V850_ARCH;
1833 if ((in_flags & EF_V850_ARCH) != (out_flags & EF_V850_ARCH)
1834 && (in_flags & EF_V850_ARCH) != E_V850_ARCH)
1838 if ((in_flags & EF_V850_ARCH) == E_V850E1_ARCH
1839 && (out_flags & EF_V850_ARCH) == E_V850E_ARCH)
1842 if ((in_flags & EF_V850_ARCH) == E_V850E_ARCH
1843 && (out_flags & EF_V850_ARCH) == E_V850E1_ARCH)
1846 ((out_flags & ~ EF_V850_ARCH) | E_V850E_ARC
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c2114 switch (e_flags & EF_V850_ARCH)

Completed in 203 milliseconds