Searched refs:EF_ARM_BE8 (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/sys/arch/arm/arm/
H A Dcpu_exec.c69 const bool be8_p = (eh->e_flags & EF_ARM_BE8) != 0;
H A Dcore_machdep.c133 eh->e_flags |= EF_ARM_BE8;
/netbsd-current/sys/arch/arm/include/
H A Delf_machdep.h30 #define EF_ARM_BE8 0x00800000 macro
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dexec_machdep.c83 if ((eh->e_flags & EF_ARM_BE8) == 0)
/netbsd-current/sys/arch/aarch64/include/
H A Delf_machdep.h59 #define EF_ARM_BE8 0x00800000 macro
/netbsd-current/external/gpl3/binutils/dist/elfcpp/
H A Darm.h212 EF_ARM_BE8 = 0x00800000, enumerator in enum:elfcpp::__anon192
/netbsd-current/external/gpl3/gdb.old/dist/elfcpp/
H A Darm.h212 EF_ARM_BE8 = 0x00800000, enumerator in enum:elfcpp::__anon780
/netbsd-current/external/gpl3/binutils.old/dist/elfcpp/
H A Darm.h212 EF_ARM_BE8 = 0x00800000, enumerator in enum:elfcpp::__anon303
/netbsd-current/external/gpl3/binutils/dist/include/elf/
H A Darm.h54 #define EF_ARM_BE8 0x00800000 macro
/netbsd-current/external/gpl3/gdb.old/dist/include/elf/
H A Darm.h54 #define EF_ARM_BE8 0x00800000 macro
/netbsd-current/external/gpl3/gdb/dist/include/elf/
H A Darm.h54 #define EF_ARM_BE8 0x00800000 macro
/netbsd-current/external/gpl3/binutils.old/dist/include/elf/
H A Darm.h54 #define EF_ARM_BE8 0x00800000 macro
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-arm.c15220 if (flags & EF_ARM_BE8)
15226 flags &= ~(EF_ARM_LE8 | EF_ARM_BE8);
17671 i_ehdrp->e_flags |= EF_ARM_BE8;
19956 if ((elf_elfheader (abfd)->e_flags & EF_ARM_BE8) != 0)
19966 if ((elf_elfheader (abfd)->e_flags & EF_ARM_BE8) != 0)
20668 && (in_flags & EF_ARM_BE8))
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-arm.c15158 if (flags & EF_ARM_BE8)
15164 flags &= ~(EF_ARM_LE8 | EF_ARM_BE8);
17632 i_ehdrp->e_flags |= EF_ARM_BE8;
19882 if ((elf_elfheader (abfd)->e_flags & EF_ARM_BE8) != 0)
19892 if ((elf_elfheader (abfd)->e_flags & EF_ARM_BE8) != 0)
20595 && (in_flags & EF_ARM_BE8))
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-arm.c15211 if (flags & EF_ARM_BE8)
15217 flags &= ~(EF_ARM_LE8 | EF_ARM_BE8);
17651 i_ehdrp->e_flags |= EF_ARM_BE8;
19907 if ((elf_elfheader (abfd)->e_flags & EF_ARM_BE8) != 0)
19917 if ((elf_elfheader (abfd)->e_flags & EF_ARM_BE8) != 0)
20620 && (in_flags & EF_ARM_BE8))
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-arm.c15210 if (flags & EF_ARM_BE8)
15216 flags &= ~(EF_ARM_LE8 | EF_ARM_BE8);
17648 i_ehdrp->e_flags |= EF_ARM_BE8;
19899 if ((elf_elfheader (abfd)->e_flags & EF_ARM_BE8) != 0)
19909 if ((elf_elfheader (abfd)->e_flags & EF_ARM_BE8) != 0)
20610 && (in_flags & EF_ARM_BE8))
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Darm-dis.c12968 && (elf_elfheader (info->section->owner)->e_flags & EF_ARM_BE8))
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Darm-dis.c12311 && (elf_elfheader (info->section->owner)->e_flags & EF_ARM_BE8))
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Darm-dis.c12961 && (elf_elfheader (info->section->owner)->e_flags & EF_ARM_BE8))
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Darm-dis.c12326 && (elf_elfheader (info->section->owner)->e_flags & EF_ARM_BE8))
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dreadelf.c2754 case EF_ARM_BE8:
2781 case EF_ARM_BE8:
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c3273 case EF_ARM_BE8:
3300 case EF_ARM_BE8:
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dreadelf.c3187 case EF_ARM_BE8:
3214 case EF_ARM_BE8:
/netbsd-current/external/gpl3/binutils/dist/gold/
H A Darm.cc10844 // Do EF_ARM_BE8 adjustment.
10849 flags |= elfcpp::EF_ARM_BE8;
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Darm.cc10844 // Do EF_ARM_BE8 adjustment.
10849 flags |= elfcpp::EF_ARM_BE8;

Completed in 1235 milliseconds

12