Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/
Drecordmcount.c420 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file() local
421 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
422 || w2(ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()
427 if (w2(ghdr->e_machine) == EM_S390) { in do_file()
431 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file()
437 do64(ghdr, fname, reltype); in do_file()
Dsortextable.c308 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file() local
309 if (r2(&ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
310 || r2(&ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()
315 do64(ghdr, fname, custom_sort); in do_file()