Searched refs:ELF_ARCH (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-11-stable/sys/sparc64/include/
H A Delf.h44 #define ELF_ARCH EM_SPARCV9 macro
46 #define ELF_MACHINE_OK(x) ((x) == ELF_ARCH)
108 #define ELF_TARG_MACH ELF_ARCH
/freebsd-11-stable/sys/powerpc/include/
H A Ddump.h34 #define EM_VALUE ELF_ARCH /* Defined in powerpc/include/elf.h */
H A Delf.h52 #define ELF_ARCH EM_PPC64 macro
55 #define ELF_ARCH EM_PPC macro
/freebsd-11-stable/sys/riscv/include/
H A Delf.h64 #define ELF_ARCH EM_RISCV macro
66 #define ELF_MACHINE_OK(x) ((x) == (ELF_ARCH))
/freebsd-11-stable/sys/arm64/include/
H A Delf.h64 #define ELF_ARCH EM_AARCH64 macro
66 #define ELF_MACHINE_OK(x) ((x) == (ELF_ARCH))
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-i386-fbsd.c22 #define ELF_ARCH bfd_arch_i386 macro
H A Delf64-alpha-fbsd.c22 #define ELF_ARCH bfd_arch_alpha macro
H A Delf32-gen.c93 #define ELF_ARCH bfd_arch_unknown macro
H A Delf64-gen.c93 #define ELF_ARCH bfd_arch_unknown macro
H A Delf32-arc.c244 #define ELF_ARCH bfd_arch_arc macro
H A Delf32-sparc.c171 #define ELF_ARCH bfd_arch_sparc macro
H A Delfxx-target.h613 ELF_ARCH, /* arch */
H A Delf64-sparc.c819 #define ELF_ARCH bfd_arch_sparc
815 #define ELF_ARCH macro
H A Delf32-cr16.c1415 #define ELF_ARCH bfd_arch_cr16 macro
H A Delf32-mep.c935 #define ELF_ARCH bfd_arch_mep
927 #define ELF_ARCH macro
H A Delf32-mips.c1542 #define ELF_ARCH bfd_arch_mips
1535 #define ELF_ARCH macro
H A Delfn32-mips.c2348 #define ELF_ARCH bfd_arch_mips
2338 #define ELF_ARCH macro
H A Delf64-mips.c3093 #define ELF_ARCH bfd_arch_mips
3084 #define ELF_ARCH macro
H A Delf32-i386.c3796 #define ELF_ARCH bfd_arch_i386
3794 #define ELF_ARCH macro
H A Delf32-s390.c3523 #define ELF_ARCH bfd_arch_s390 macro
H A Delf32-score.c3829 #define ELF_ARCH bfd_arch_score macro
/freebsd-11-stable/sys/x86/include/
H A Delf.h49 #define ELF_ARCH EM_386 macro
136 #define ELF_ARCH EM_X86_64 macro
/freebsd-11-stable/sys/mips/include/
H A Delf.h77 #define ELF_ARCH EM_MIPS macro
80 #define ELF_MACHINE_OK(x) ((x) == ELF_ARCH)
/freebsd-11-stable/sys/arm/include/
H A Delf.h54 #define ELF_ARCH EM_ARM macro
/freebsd-11-stable/sys/dev/ksyms/
H A Dksyms.c279 hdr->kh_ehdr.e_machine = ELF_ARCH;

Completed in 189 milliseconds

12