Home
last modified time | relevance | path

Searched defs:elf_check_arch (Results 1 – 25 of 105) sorted by relevance

12345

/dports/emulators/qemu42/qemu-4.2.1/bsd-user/
H A Delfload.c114 #define elf_check_arch(x) ( ((x) == ELF_ARCH) ) macro
137 #define elf_check_arch(x) ( ((x) == EM_386) || ((x) == EM_486) ) macro
171 #define elf_check_arch(x) ( (x) == EM_ARM ) macro
264 #define elf_check_arch(x) ( (x) == EM_SPARC ) macro
288 #define elf_check_arch(x) ( (x) == EM_PPC64 ) macro
294 #define elf_check_arch(x) ( (x) == EM_PPC ) macro
379 #define elf_check_arch(x) ( (x) == EM_MIPS ) macro
409 #define elf_check_arch(x) ( (x) == EM_SH ) macro
431 #define elf_check_arch(x) ( (x) == EM_CRIS ) macro
451 #define elf_check_arch(x) ( (x) == EM_68K ) macro
[all …]
/dports/emulators/qemu60/qemu-6.0.0/bsd-user/
H A Delfload.c114 #define elf_check_arch(x) ( ((x) == ELF_ARCH) ) macro
137 #define elf_check_arch(x) ( ((x) == EM_386) || ((x) == EM_486) ) macro
171 #define elf_check_arch(x) ( (x) == EM_ARM ) macro
264 #define elf_check_arch(x) ( (x) == EM_SPARC ) macro
288 #define elf_check_arch(x) ( (x) == EM_PPC64 ) macro
294 #define elf_check_arch(x) ( (x) == EM_PPC ) macro
379 #define elf_check_arch(x) ( (x) == EM_MIPS ) macro
409 #define elf_check_arch(x) ( (x) == EM_SH ) macro
431 #define elf_check_arch(x) ( (x) == EM_CRIS ) macro
451 #define elf_check_arch(x) ( (x) == EM_68K ) macro
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/bsd-user/
H A Delfload.c114 #define elf_check_arch(x) ( ((x) == ELF_ARCH) ) macro
137 #define elf_check_arch(x) ( ((x) == EM_386) || ((x) == EM_486) ) macro
171 #define elf_check_arch(x) ( (x) == EM_ARM ) macro
264 #define elf_check_arch(x) ( (x) == EM_SPARC ) macro
288 #define elf_check_arch(x) ( (x) == EM_PPC64 ) macro
294 #define elf_check_arch(x) ( (x) == EM_PPC ) macro
379 #define elf_check_arch(x) ( (x) == EM_MIPS ) macro
409 #define elf_check_arch(x) ( (x) == EM_SH ) macro
431 #define elf_check_arch(x) ( (x) == EM_CRIS ) macro
451 #define elf_check_arch(x) ( (x) == EM_68K ) macro
[all …]
/dports/emulators/qemu5/qemu-5.2.0/bsd-user/
H A Delfload.c114 #define elf_check_arch(x) ( ((x) == ELF_ARCH) ) macro
137 #define elf_check_arch(x) ( ((x) == EM_386) || ((x) == EM_486) ) macro
171 #define elf_check_arch(x) ( (x) == EM_ARM ) macro
264 #define elf_check_arch(x) ( (x) == EM_SPARC ) macro
288 #define elf_check_arch(x) ( (x) == EM_PPC64 ) macro
294 #define elf_check_arch(x) ( (x) == EM_PPC ) macro
379 #define elf_check_arch(x) ( (x) == EM_MIPS ) macro
409 #define elf_check_arch(x) ( (x) == EM_SH ) macro
431 #define elf_check_arch(x) ( (x) == EM_CRIS ) macro
451 #define elf_check_arch(x) ( (x) == EM_68K ) macro
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/bsd-user/
H A Delfload.c114 #define elf_check_arch(x) ( ((x) == ELF_ARCH) ) macro
137 #define elf_check_arch(x) ( ((x) == EM_386) || ((x) == EM_486) ) macro
171 #define elf_check_arch(x) ( (x) == EM_ARM ) macro
264 #define elf_check_arch(x) ( (x) == EM_SPARC ) macro
288 #define elf_check_arch(x) ( (x) == EM_PPC64 ) macro
294 #define elf_check_arch(x) ( (x) == EM_PPC ) macro
379 #define elf_check_arch(x) ( (x) == EM_MIPS ) macro
409 #define elf_check_arch(x) ( (x) == EM_SH ) macro
431 #define elf_check_arch(x) ( (x) == EM_CRIS ) macro
451 #define elf_check_arch(x) ( (x) == EM_68K ) macro
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/bsd-user/
H A Delfload.c114 #define elf_check_arch(x) ( ((x) == ELF_ARCH) ) macro
137 #define elf_check_arch(x) ( ((x) == EM_386) || ((x) == EM_486) ) macro
171 #define elf_check_arch(x) ( (x) == EM_ARM ) macro
264 #define elf_check_arch(x) ( (x) == EM_SPARC ) macro
288 #define elf_check_arch(x) ( (x) == EM_PPC64 ) macro
294 #define elf_check_arch(x) ( (x) == EM_PPC ) macro
379 #define elf_check_arch(x) ( (x) == EM_MIPS ) macro
409 #define elf_check_arch(x) ( (x) == EM_SH ) macro
431 #define elf_check_arch(x) ( (x) == EM_CRIS ) macro
451 #define elf_check_arch(x) ( (x) == EM_68K ) macro
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/openrisc/include/asm/
H A Delf.h25 #define elf_check_arch(x) \ macro
/dports/emulators/qemu/qemu-6.2.0/bsd-user/i386/
H A Dtarget_arch_elf.h24 #define elf_check_arch(x) (((x) == EM_386) || ((x) == EM_486)) macro
/dports/emulators/qemu/qemu-6.2.0/bsd-user/x86_64/
H A Dtarget_arch_elf.h24 #define elf_check_arch(x) (((x) == ELF_ARCH)) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/openrisc/include/asm/
H A Delf.h25 #define elf_check_arch(x) \ macro
/dports/multimedia/libv4l/linux-5.13-rc2/arch/openrisc/include/asm/
H A Delf.h25 #define elf_check_arch(x) \ macro
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/bsd-user/x86_64/
H A Dtarget_arch_elf.h24 #define elf_check_arch(x) (((x) == ELF_ARCH)) macro
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/bsd-user/i386/
H A Dtarget_arch_elf.h24 #define elf_check_arch(x) (((x) == EM_386) || ((x) == EM_486)) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/nios2/include/asm/
H A Delf.h14 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2) macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/kernel/
H A Delf.c10 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/nios2/include/asm/
H A Delf.h14 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/kernel/
H A Delf.c10 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
/dports/multimedia/libv4l/linux-5.13-rc2/arch/nios2/include/asm/
H A Delf.h14 #define elf_check_arch(x) ((x)->e_machine == EM_ALTERA_NIOS2) macro
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/kernel/
H A Delf.c10 int elf_check_arch(const struct elf32_hdr *x) in elf_check_arch() function
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/riscv/include/asm/
H A Delf.h32 #define elf_check_arch(x) ((x)->e_machine == EM_RISCV) macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/riscv/include/asm/
H A Delf.h32 #define elf_check_arch(x) ((x)->e_machine == EM_RISCV) macro
/dports/multimedia/libv4l/linux-5.13-rc2/arch/riscv/include/asm/
H A Delf.h32 #define elf_check_arch(x) ((x)->e_machine == EM_RISCV) macro
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arc/include/asm/
H A Delf.h38 #define elf_check_arch elf_check_arch macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arc/include/asm/
H A Delf.h38 #define elf_check_arch elf_check_arch macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arc/include/asm/
H A Delf.h38 #define elf_check_arch elf_check_arch macro

12345