Searched refs:ghdr (Results 1 – 2 of 2) sorted by relevance
562 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file() local563 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()579 do64(ghdr, fname, reltype); in do_file()
348 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file() local349 if (r2(&ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()350 || r2(&ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()355 do64(ghdr, fname, custom_sort); in do_file()