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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2157 } arch_t; typedef in typeref:struct:__anon81
2183 static const arch_t arch_array[]={
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.cpp1952 } arch_t; typedef in typeref:struct:__anon85
1958 static const arch_t arch_array[]={
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.cpp2125 } arch_t; typedef in typeref:struct:__anon92
2127 static const arch_t arch_array[]={
2164 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/windows/vm/
H A Dos_windows.cpp1511 } arch_t; typedef in typeref:struct:__anon100
1513 static const arch_t arch_array[]={

Completed in 106 milliseconds