Lines Matching refs:__h
285 struct elfhdr *__h = (hdr); \
287 if (!mips_elf_check_machine(__h)) \
289 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
291 if ((__h->e_flags & EF_MIPS_ABI2) != 0) \
293 if (((__h->e_flags & EF_MIPS_ABI) != 0) && \
294 ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) \
296 if (__h->e_flags & __MIPS_O32_FP64_MUST_BE_ZERO) \
308 struct elfhdr *__h = (hdr); \
310 if (!mips_elf_check_machine(__h)) \
312 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \
324 struct elfhdr *__h = (hdr); \
326 if (!mips_elf_check_machine(__h)) \
328 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
330 if (((__h->e_flags & EF_MIPS_ABI2) == 0) || \
331 ((__h->e_flags & EF_MIPS_ABI) != 0)) \