Lines Matching refs:w2
416 static uint32_t (*w2)(uint16_t); variable
522 w2 = w2nat; in do_file()
534 w2 = w2rev; in do_file()
547 w2 = w2rev; in do_file()
558 w2(ehdr->e_type) != ET_REL || in do_file()
565 switch (w2(ehdr->e_machine)) { in do_file()
568 w2(ehdr->e_machine), fname); in do_file()
617 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
618 || w2(ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()
623 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file()
627 if (w2(ehdr->e_machine) == EM_LOONGARCH) { in do_file()
636 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
637 || w2(ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()
642 if (w2(ghdr->e_machine) == EM_S390) { in do_file()
646 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file()
652 if (w2(ghdr->e_machine) == EM_LOONGARCH) { in do_file()