Searched defs:arch (Results 1 - 5 of 5) sorted by relevance
/pkg/src/modules/ |
H A D | elfextract.h | 84 int arch; /* e_machine */ member in struct:hdrinfo 97 extern char *pkg_string_from_arch(int arch);
|
H A D | elfextract.c | 78 pkg_string_from_arch(int arch) argument 80 switch (arch) { 249 hi->arch = hdr->e_machine;
|
/pkg/src/modules/portable/ |
H A D | os_sunos.py | 28 implementation in the 'arch' extension module. 42 import pkg.arch as arch namespace 47 return arch.get_isainfo() 50 return arch.get_release() 53 return arch.get_platform()
|
/pkg/src/tests/ |
H A D | run.py | 207 arch = 'unknown' variable 209 arch = platform.processor() variable 211 arch = "linux_" + platform.machine() variable 213 arch = osname variable 215 arch = osname variable 217 arch = osname variable
|
/pkg/src/ |
H A D | setup.py | 65 ostype = arch = 'unknown' 67 arch = platform.processor() variable 70 arch = "linux_" + platform.machine() variable 73 arch = osname variable 76 arch = osname variable 79 arch = "aix" variable 96 dist_dir = os.path.normpath(os.path.join(pwd, os.pardir, "proto", "dist_" + arch)) 97 build_dir = os.path.normpath(os.path.join(pwd, os.pardir, "proto", "build_" + arch)) 101 root_dir = os.path.normpath(os.path.join(pwd, os.pardir, "proto", "root_" + arch)) 102 pkgs_dir = os.path.normpath(os.path.join(pwd, os.pardir, "packages", arch)) [all...] |
Completed in 15 milliseconds