Home
last modified time | relevance | path

Searched refs:ghdr (Results 1 – 1 of 1) sorted by relevance

/scripts/
A Drecordmcount.c634 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file() local
635 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
636 || w2(ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()
641 if (w2(ghdr->e_machine) == EM_S390) { in do_file()
645 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file()
651 if (w2(ghdr->e_machine) == EM_LOONGARCH) { in do_file()
655 if (do64(ghdr, fname, reltype) < 0) in do_file()

Completed in 4 milliseconds