Lines Matching refs:__h
283 struct elfhdr *__h = (hdr); \
285 if (!mips_elf_check_machine(__h)) \
287 if (__h->e_ident[EI_CLASS] != ELFCLASS32) \
289 if ((__h->e_flags & EF_MIPS_ABI2) != 0) { \
291 (__h->e_flags & EF_MIPS_ABI)) \
296 if (((__h->e_flags & EF_MIPS_ABI) != 0) && \
297 ((__h->e_flags & EF_MIPS_ABI) != EF_MIPS_ABI_O32)) \
299 if (__h->e_flags & __MIPS_O32_FP64_MUST_BE_ZERO) \
311 struct elfhdr *__h = (hdr); \
313 if (!mips_elf_check_machine(__h)) \
315 if (__h->e_ident[EI_CLASS] != ELFCLASS64) \