Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Delf.h199 Elf32_Half e_ehsize; member
216 Elf64_Half e_ehsize; member
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Drecordmcount.c365 if (w2(ehdr->e_ehsize) != sizeof(Elf32_Ehdr) in do_file()
383 if (w2(ghdr->e_ehsize) != sizeof(Elf64_Ehdr) in do_file()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Delf.h79 Elf32_Half e_ehsize; /* ELF header size in bytes */ member
97 Elf64_Half e_ehsize; /* ELF header size in bytes */ member
/utopia/UTPA2-700.0.x/projects/build/scripts/mod/
H A Dmodpost.c430 hdr->e_ehsize = TO_NATIVE(hdr->e_ehsize); in parse_elf()