Lines Matching refs:linkage
1062 def architecture(executable=sys.executable,bits='',linkage=''): argument
1109 linkage = l
1110 return bits, linkage
1117 return bits,linkage
1130 linkage = 'ELF'
1134 linkage = 'WindowsPE'
1136 linkage = 'PE'
1138 linkage = 'COFF'
1140 linkage = 'MSDOS'
1145 return bits,linkage
1634 bits,linkage = architecture(sys.executable)
1635 platform = _platform(system,release,machine,processor,bits,linkage)