Searched defs:elf_head (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/solaris/bin/
H A Djava_md_solinux.c820 Elf32_Ehdr elf_head; local
831 count = fread((void*)(&elf_head), sizeof(Elf32_Ehdr), 1, fp);
847 if (elf_head.e_machine == EM_SPARC32PLUS) {
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2119 Elf32_Ehdr elf_head; local
2142 (sizeof(elf_head)!=
2143 (::read(file_descriptor, &elf_head,sizeof(elf_head)))) ;
2238 arch_t lib_arch={elf_head.e_machine,0,elf_head.e_ident[EI_CLASS], elf_head.e_ident[EI_DATA], NULL};
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1919 Elf32_Ehdr elf_head; local
1937 (sizeof(elf_head)!=
1938 (::read(file_descriptor, &elf_head,sizeof(elf_head)))) ;
2013 arch_t lib_arch={elf_head.e_machine,0,elf_head.e_ident[EI_CLASS], elf_head.e_ident[EI_DATA], NULL};
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2087 Elf32_Ehdr elf_head; local
2110 (sizeof(elf_head)!=
2111 (::read(file_descriptor, &elf_head,sizeof(elf_head)))) ;
2164 arch_t lib_arch={elf_head.e_machine,0,elf_head.e_ident[EI_CLASS], elf_head.e_ident[EI_DATA], NULL};

Completed in 109 milliseconds