Lines Matching refs:w2
408 static uint32_t (*w2)(uint16_t); variable
492 w2 = w2nat; in do_file()
504 w2 = w2rev; in do_file()
517 w2 = w2rev; in do_file()
528 w2(ehdr->e_type) != ET_REL || in do_file()
535 switch (w2(ehdr->e_machine)) { in do_file()
538 w2(ehdr->e_machine), fname); in do_file()
586 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
587 || w2(ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()
592 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file()
601 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
602 || w2(ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()
607 if (w2(ghdr->e_machine) == EM_S390) { in do_file()
611 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file()