Searched refs:elf_check_abi (Results 1 – 1 of 1) sorted by relevance
1446 #define elf_check_abi(x) ((x) & EF_MIPS_ABI2) macro1448 #define elf_check_abi(x) (!((x) & EF_MIPS_ABI2)) macro2115 #ifndef elf_check_abi2116 #define elf_check_abi(x) (1) macro2313 && elf_check_abi(ehdr->e_flags) in elf_check_ehdr()