Searched refs:ghdr (Results 1 – 2 of 2) sorted by relevance
600 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file() local601 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()617 if (do64(ghdr, fname, reltype) < 0) in do_file()
377 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file() local378 if (r2(&ghdr->e_ehsize) != sizeof(Elf64_Ehdr) || in do_file()379 r2(&ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()385 rc = do_sort_64(ghdr, fname, custom_sort); in do_file()