Searched refs:elf_check_arch (Results 1 - 25 of 46) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Delf.h26 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Delf.h26 #define elf_check_arch(x) ( ((x)->e_machine == EM_ARM) && (ELF_PROC_OK((x))) ) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Delf.h33 #define elf_check_arch(x) \ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Delf.h33 #define elf_check_arch(x) \ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Delf.h33 #define elf_check_arch(x) \ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Delf.h33 #define elf_check_arch(x) \ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Delf.h17 #define elf_check_arch(x) ((x)->e_machine == EM_IA_64) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Delf.h17 #define elf_check_arch(x) ((x)->e_machine == EM_IA_64) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Delf.h69 #ifndef elf_check_arch
70 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) /* Might be EM_SPARCV9 or EM_SPARC */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Delf.h69 #ifndef elf_check_arch
70 #define elf_check_arch(x) ((x)->e_machine == ELF_ARCH) /* Might be EM_SPARCV9 or EM_SPARC */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Delf.h22 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-parisc/
H A Delf.h105 #define elf_check_arch(x) ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELF_CLASS) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Delf.h43 #define elf_check_arch(x) ((x)->e_machine == EM_PPC) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Delf.h21 #define elf_check_arch(x) ( (x)->e_machine == EM_SH ) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Delf.h62 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Delf.h22 #define elf_check_arch(x) ((x)->e_machine == EM_68K) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Delf.h105 #define elf_check_arch(x) ((x)->e_machine == EM_PARISC && (x)->e_ident[EI_CLASS] == ELF_CLASS) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Delf.h43 #define elf_check_arch(x) ((x)->e_machine == EM_PPC) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Delf.h21 #define elf_check_arch(x) ( (x)->e_machine == EM_SH ) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Delf.h62 #define elf_check_arch(x) ((x)->e_machine == EM_SPARC) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Delf.h24 #define elf_check_arch(x) \ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Delf.h24 #define elf_check_arch(x) \ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/kernel/
H A Dbinfmt_elfn32.c33 #define elf_check_arch(hdr) \ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Delf.h34 #define elf_check_arch(hdr) \ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Delf.h39 #define elf_check_arch(hdr) \ macro

Completed in 379 milliseconds

12