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

/linux-4.4.14/scripts/
H A Dsortextable.c313 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; do_file() local
314 if (r2(&ghdr->e_ehsize) != sizeof(Elf64_Ehdr) do_file()
315 || r2(&ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { do_file()
320 do64(ghdr, fname, custom_sort); do_file()
H A Drecordmcount.c507 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; do_file() local
508 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) do_file()
509 || w2(ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { do_file()
514 if (w2(ghdr->e_machine) == EM_S390) { do_file()
518 if (w2(ghdr->e_machine) == EM_MIPS) { do_file()
524 do64(ghdr, fname, reltype); do_file()

Completed in 95 milliseconds