Searched refs:elf_check_abi (Results 1 – 1 of 1) sorted by relevance
1365 #define elf_check_abi(x) ((x) & EF_MIPS_ABI2) macro1367 #define elf_check_abi(x) (!((x) & EF_MIPS_ABI2)) macro2034 #ifndef elf_check_abi2035 #define elf_check_abi(x) (1) macro2224 && elf_check_abi(ehdr->e_flags) in elf_check_ehdr()