Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.c382 Elf64_Ehdr *const ghdr = (Elf64_Ehdr *)ehdr; in do_file() local
383 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
384 || w2(ghdr->e_shentsize) != sizeof(Elf64_Shdr)) { in do_file()
389 if (w2(ghdr->e_machine) == EM_S390) { in do_file()
393 if (w2(ghdr->e_machine) == EM_MIPS) { in do_file()
399 do64(ghdr, fname, reltype); in do_file()