Lines Matching refs:w2
402 static uint32_t (*w2)(uint16_t); variable
483 w2 = w2nat; in do_file()
495 w2 = w2rev; in do_file()
508 w2 = w2rev; in do_file()
519 w2(ehdr->e_type) != ET_REL || in do_file()
526 switch (w2(ehdr->e_machine)) { in do_file()
529 w2(ehdr->e_machine), fname); in do_file()
576 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
577 || w2(ehdr->e_shentsize) != sizeof(Elf32_Shdr)) { in do_file()
582 if (w2(ehdr->e_machine) == EM_MIPS) { in do_file()
591 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
592 || w2(ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()
597 if (w2(ghdr->e_machine) == EM_S390) { in do_file()
601 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file()