Lines Matching refs:w2
394 static uint32_t (*w2)(uint16_t); variable
457 w2 = w2nat; in do_file()
470 w2 = w2rev; in do_file()
483 w2 = w2rev; in do_file()
494 || w2(ehdr->e_type) != ET_REL in do_file()
501 switch (w2(ehdr->e_machine)) { in do_file()
504 w2(ehdr->e_machine), fname); in do_file()
549 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
550 || w2(ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()
555 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file()
563 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
564 || w2(ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()
569 if (w2(ghdr->e_machine) == EM_S390) { in do_file()
573 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file()